git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
718ba5b
)
SUNRPC: TCP/UDP always close the old socket before reconnecting
author
Trond Myklebust
<trond.myklebust@primarydata.com>
Sun, 8 Feb 2015 21:49:48 +0000
(16:49 -0500)
committer
Trond Myklebust
<trond.myklebust@primarydata.com>
Mon, 9 Feb 2015 02:47:30 +0000
(21:47 -0500)
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>
No differences found