diff options
| -rw-r--r-- | net/sunrpc/xprtrdma/transport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/xprtrdma/transport.c b/net/sunrpc/xprtrdma/transport.c index 0aefc6485385..ec6d1e7a1941 100644 --- a/net/sunrpc/xprtrdma/transport.c +++ b/net/sunrpc/xprtrdma/transport.c | |||
| @@ -699,6 +699,7 @@ xprt_rdma_send_request(struct rpc_task *task) | |||
| 699 | if (rpcrdma_ep_post(&r_xprt->rx_ia, &r_xprt->rx_ep, req)) | 699 | if (rpcrdma_ep_post(&r_xprt->rx_ia, &r_xprt->rx_ep, req)) |
| 700 | goto drop_connection; | 700 | goto drop_connection; |
| 701 | 701 | ||
| 702 | task->tk_bytes_sent += rqst->rq_snd_buf.len; | ||
| 702 | rqst->rq_bytes_sent = 0; | 703 | rqst->rq_bytes_sent = 0; |
| 703 | return 0; | 704 | return 0; |
| 704 | 705 | ||
