commit | de84d89030fa4efa44c02c96c8b4a8176042c4ff | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Feb 08 16:49:48 2015 -0500 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Feb 08 21:47:30 2015 -0500 |
tree | efa3d6b616d1c117e70456066ba698cc7ae0ea28 | |
parent | 718ba5b87343df303017585200ee182e937eabfc [diff] |
SUNRPC: TCP/UDP always close the old socket before reconnecting It is not safe to call xs_reset_transport() from inside xs_udp_setup_socket() or xs_tcp_setup_socket(), since they do not own the correct locks. Instead, do it in xs_connect(). Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>