nfsd4: fix 4.1 connection registration race
authorJ. Bruce Fields <bfields@redhat.com>
Tue, 26 Oct 2010 14:07:17 +0000 (10:07 -0400)
committerJ. 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