NFSv4: Fix a locking regression in nfs4_set_mode_locked()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 27 Jul 2007 14:23:05 +0000 (10:23 -0400)
committerTrond 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