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:
5e11934
)
NFSv4: Fix a locking regression in nfs4_set_mode_locked()
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 27 Jul 2007 14:23:05 +0000
(10:23 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 7 Aug 2007 19:13:18 +0000
(15:13 -0400)
We don't really need to clear &state->inode_states inside
nfs4_set_mode_locked, and doing so without holding the inode->i_lock would
in any case be a bug...
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found