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:
c8ddb27
)
nfsd4: fix 4.1 connection registration race
author
J. Bruce Fields
<bfields@redhat.com>
Tue, 26 Oct 2010 14:07:17 +0000
(10:07 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 2 Nov 2010 21:13:52 +0000
(17:13 -0400)
If a connection is closed just after a sequence or create_session
is sent over it, we could end up trying to register a callback that will
never get called since the xprt is already marked dead.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found