commit | 0695314ef0920b745423510f1e96bf60415a404a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Mon Mar 23 16:10:00 2015 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Mar 27 12:24:36 2015 -0400 |
tree | 5a226e4308ff50a130f16c3365ba5e06d7ce6b5b | |
parent | 09a330f4b9324e40947cc4fff13606719382c580 [diff] |
SUNRPC: Fix a regression when reconnecting If the task needs to give up the socket lock in order to allow a reconnect to occur, then it must also clear the 'rq_bytes_sent' field so that when it retransmits, it knows to start from the beginning. Fixes: 718ba5b87343 ("SUNRPC: Add helpers to prevent socket create from racing") Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>