svcrdma: Add a separate "max data segs macro for svcrdma
[deliverable/linux.git] / net / sunrpc / xprtrdma / svc_rdma_transport.c
index 1ed4740ff0b5971f56d6eebc4f47b73500cb48d3..3b4c2ff66a2f7376f8a721585fbecbd97c1fd187 100644 (file)
@@ -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,
 };
 
This page took 0.025861 seconds and 5 git commands to generate.