]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: TCP/UDP always close the old socket before reconnecting
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 8 Feb 2015 21:49:48 +0000 (16:49 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 9 Feb 2015 02:47:30 +0000 (21:47 -0500)
commitde84d89030fa4efa44c02c96c8b4a8176042c4ff
treeefa3d6b616d1c117e70456066ba698cc7ae0ea28
parent718ba5b87343df303017585200ee182e937eabfc
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>
net/sunrpc/xprtsock.c