NFSv4: Fix a race between open() and close()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 4 Nov 2005 20:32:58 +0000 (15:32 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 4 Nov 2005 20:32:58 +0000 (15:32 -0500)
commit4cecb76ff86db46d2823550256c828b6597f418e
treedb80c6f4423d2559661234e8d1cd34b2c15f7750
parent462aae65f6ea41de05ebc2a54a9e6b95563591f3
NFSv4: Fix a race between open() and close()

 We must not remove the nfs4_state structure from the inode open lists
 before we are in sequence lock.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4_fs.h
fs/nfs/nfs4proc.c
fs/nfs/nfs4state.c