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:
cdc9750
)
nfsd4: hash deleg stateid only on successful nfs4_set_delegation
author
Benny Halevy
<bhalevy@primarydata.com>
Fri, 30 May 2014 13:09:31 +0000
(09:09 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Wed, 4 Jun 2014 19:42:04 +0000
(15:42 -0400)
We don't want the stateid to be found in the hash table before the delegation
is granted.
Currently this is protected by the client_mutex, but we want to break that
up and this is a necessary step toward that goal.
Signed-off-by: Benny Halevy <bhalevy@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
patch
|
blob
|
history
diff --cc
fs/nfsd/nfs4state.c
Simple merge