commit | 4b0ab51db32eba0f48b7618254742f143364a28d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Sep 18 09:52:07 2015 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sat Sep 19 16:38:35 2015 -0400 |
tree | 644e6f46e2cd6b16ac9dedca34c54f8314081325 | |
parent | 79234c3db6842a3de03817211d891e0c2878f756 [diff] |
SUNRPC: xs_sock_mark_closed() does not need to trigger socket autoclose Under all conditions, it should be quite sufficient just to mark the socket as disconnected. It will then be closed by the transport shutdown or reconnect code. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>