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:
0efeac2
)
SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release
author
Trond Myklebust
<trond.myklebust@primarydata.com>
Mon, 9 Feb 2015 14:23:34 +0000
(09:23 -0500)
committer
Trond Myklebust
<trond.myklebust@primarydata.com>
Mon, 9 Feb 2015 16:20:44 +0000
(11:20 -0500)
Use of socket shutdown() means that we monitor the shutdown process
through the xs_tcp_state_change() callback, so it is preferable to
a full close in all cases unless we're destroying the transport.
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
No differences found