diff options
Diffstat (limited to 'net/sunrpc/backchannel_rqst.c')
-rw-r--r-- | net/sunrpc/backchannel_rqst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/backchannel_rqst.c b/net/sunrpc/backchannel_rqst.c index f56e18a23498..5a7d342e3087 100644 --- a/net/sunrpc/backchannel_rqst.c +++ b/net/sunrpc/backchannel_rqst.c | |||
@@ -230,7 +230,7 @@ struct rpc_rqst *xprt_alloc_bc_request(struct rpc_xprt *xprt) | |||
230 | 230 | ||
231 | if (req != NULL) { | 231 | if (req != NULL) { |
232 | set_bit(RPC_BC_PA_IN_USE, &req->rq_bc_pa_state); | 232 | set_bit(RPC_BC_PA_IN_USE, &req->rq_bc_pa_state); |
233 | req->rq_received = 0; | 233 | req->rq_reply_bytes_recvd = 0; |
234 | req->rq_bytes_sent = 0; | 234 | req->rq_bytes_sent = 0; |
235 | memcpy(&req->rq_private_buf, &req->rq_rcv_buf, | 235 | memcpy(&req->rq_private_buf, &req->rq_rcv_buf, |
236 | sizeof(req->rq_private_buf)); | 236 | sizeof(req->rq_private_buf)); |