diff options
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/clnt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index c1e467e1b07d..fac0ca93f06b 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c | |||
@@ -955,6 +955,7 @@ static inline void | |||
955 | rpc_task_force_reencode(struct rpc_task *task) | 955 | rpc_task_force_reencode(struct rpc_task *task) |
956 | { | 956 | { |
957 | task->tk_rqstp->rq_snd_buf.len = 0; | 957 | task->tk_rqstp->rq_snd_buf.len = 0; |
958 | task->tk_rqstp->rq_bytes_sent = 0; | ||
958 | } | 959 | } |
959 | 960 | ||
960 | static inline void | 961 | static inline void |