aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/backchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/xprtrdma/backchannel.c')
-rw-r--r--net/sunrpc/xprtrdma/backchannel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sunrpc/xprtrdma/backchannel.c b/net/sunrpc/xprtrdma/backchannel.c
index cc1251d07297..2dcd7640eeb5 100644
--- a/net/sunrpc/xprtrdma/backchannel.c
+++ b/net/sunrpc/xprtrdma/backchannel.c
@@ -341,6 +341,8 @@ void rpcrdma_bc_receive_call(struct rpcrdma_xprt *r_xprt,
341 rqst->rq_reply_bytes_recvd = 0; 341 rqst->rq_reply_bytes_recvd = 0;
342 rqst->rq_bytes_sent = 0; 342 rqst->rq_bytes_sent = 0;
343 rqst->rq_xid = headerp->rm_xid; 343 rqst->rq_xid = headerp->rm_xid;
344
345 rqst->rq_private_buf.len = size;
344 set_bit(RPC_BC_PA_IN_USE, &rqst->rq_bc_pa_state); 346 set_bit(RPC_BC_PA_IN_USE, &rqst->rq_bc_pa_state);
345 347
346 buf = &rqst->rq_rcv_buf; 348 buf = &rqst->rq_rcv_buf;