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:
b8413f9
)
SUNRPC: Never reuse the socket port after an xs_close()
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 22 Mar 2011 22:40:10 +0000
(18:40 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 22 Mar 2011 22:42:33 +0000
(18:42 -0400)
If we call xs_close(), we're in one of two situations:
- Autoclose, which means we don't expect to resend a request
- bind+connect failed, which probably means the port is in use
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@kernel.org
No differences found