summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
diff options
context:
space:
mode:
authorChuck Lever2015-06-04 17:21:32 +0200
committerJ. Bruce Fields2015-06-04 22:56:01 +0200
commit0380a3f37540ad0582b3c749a74fc127af914689 (patch)
treeb16bd25dca27461439076b4b607f9b8339a714c0 /net/sunrpc/xprtrdma/svc_rdma_transport.c
parentsvcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAIL (diff)
downloadkernel-qcow2-linux-0380a3f37540ad0582b3c749a74fc127af914689.tar.gz
kernel-qcow2-linux-0380a3f37540ad0582b3c749a74fc127af914689.tar.xz
kernel-qcow2-linux-0380a3f37540ad0582b3c749a74fc127af914689.zip
svcrdma: Add a separate "max data segs macro for svcrdma
The server and client maximum are architecturally independent. Allow changing one without affecting the other. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'net/sunrpc/xprtrdma/svc_rdma_transport.c')
-rw-r--r--net/sunrpc/xprtrdma/svc_rdma_transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/xprtrdma/svc_rdma_transport.c b/net/sunrpc/xprtrdma/svc_rdma_transport.c
index 1ed4740ff0b5..3b4c2ff66a2f 100644
--- a/net/sunrpc/xprtrdma/svc_rdma_transport.c
+++ b/net/sunrpc/xprtrdma/svc_rdma_transport.c
@@ -91,7 +91,7 @@ struct svc_xprt_class svc_rdma_class = {
.xcl_name = "rdma",
.xcl_owner = THIS_MODULE,
.xcl_ops = &svc_rdma_ops,
- .xcl_max_payload = RPCSVC_MAXPAYLOAD_RDMA,
+ .xcl_max_payload = RPCRDMA_MAXPAYLOAD,
.xcl_ident = XPRT_TRANSPORT_RDMA,
};