commit | 21b75b019983dfa5c2dda588f4b60b4ca69844a4 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Tue Oct 26 10:07:17 2010 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Nov 02 17:13:52 2010 -0400 |
tree | c1e0a8c4e136a0de35fc996a7ed6c5db1e6bb9cc | |
parent | c8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4 [diff] |
nfsd4: fix 4.1 connection registration race 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>