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:
37380e4
)
NFSv4: Ensure delegation recall and byte range lock removal don't conflict
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 7 Feb 2013 15:54:07 +0000
(10:54 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 11 Feb 2013 20:33:13 +0000
(15:33 -0500)
Add a mutex to the struct nfs4_state_owner to ensure that delegation
recall doesn't conflict with byte range lock removal.
Note that we nest the new mutex _outside_ the state manager reclaim
protection (nfsi->rwsem) in order to avoid deadlocks.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found