diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2016-11-29 19:05:07 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2016-12-01 01:31:14 +0300 |
commit | 96a58f9c1921f28fab5ed008be791adacb540cc6 (patch) | |
tree | 28e520fb9cd76b5243c4d4767b408e547cdd8284 /net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | |
parent | dd6fd213b05e7a1f590b470500343dd97c3a32c1 (diff) | |
download | linux-96a58f9c1921f28fab5ed008be791adacb540cc6.tar.xz |
svcrdma: Remove svc_rdma_op_ctxt::wc_status
Clean up: Completion status is already reported in the individual
completion handlers. Save a few bytes in struct svc_rdma_op_ctxt.
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_recvfrom.c')
-rw-r--r-- | net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c b/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c index 283246e0afc2..428ab4ef77f3 100644 --- a/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c +++ b/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c @@ -640,8 +640,8 @@ int svc_rdma_recvfrom(struct svc_rqst *rqstp) goto defer; goto out; } - dprintk("svcrdma: processing ctxt=%p on xprt=%p, rqstp=%p, status=%d\n", - ctxt, rdma_xprt, rqstp, ctxt->wc_status); + dprintk("svcrdma: processing ctxt=%p on xprt=%p, rqstp=%p\n", + ctxt, rdma_xprt, rqstp); atomic_inc(&rdma_stat_recv); /* Build up the XDR from the receive buffers. */ |