commit | c64e80d55db81df22a7f25b75ab4ba4c55db4749 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Feb 06 11:34:13 2008 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Sun Feb 10 18:09:36 2008 -0500 |
tree | bc844c9fbc4a19887b108d457f0d8fdc651630e2 | |
parent | 9706501e43a80ce48b319214a0a9e562deded35b [diff] |
NLM: don't requeue block if it was invalidated while GRANT_MSG was in flight It's possible for lockd to catch a SIGKILL while a GRANT_MSG callback is in flight. If this happens we don't want lockd to insert the block back into the nlm_blocked list. This helps that situation, but there's still a possible race. Fixing that will mean adding real locking for nlm_blocked. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>