commit | 79462857eb547e5d17fc8445b9768615e02dc1cf | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Mon Dec 03 18:49:00 2018 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Dec 05 07:11:12 2018 -0500 |
tree | 0f9dfe922df7ec9ca2160d6edda7eb1aac848e8b | |
parent | dfcf0380858b4e760ae02665649d884d1baa50c9 [diff] |
SUNRPC: Don't force a redundant disconnection in xs_read_stream() If the connection is broken, then xs_tcp_state_change() will take care of scheduling the socket close as soon as appropriate. xs_read_stream() just needs to report the error. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>