]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
NFSv4: Remove nfs4_client->cl_sem from close() path
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:13 +0000 (14:20 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2005 21:20:13 +0000 (14:20 -0700)
commit83c9d41e456033000ccfadf535f3098d8739488d
tree09f5573ba348225bb7eed14c20b3305f49449e06
parente6dfa553cffcb9740f932311dff42f81d6ac63bb
NFSv4: Remove nfs4_client->cl_sem from close() path

 We no longer need to worry about collisions between close() and the state
 recovery code, since the new close will automatically recheck the
 file state once it is done waiting on its sequence slot.

 Ditto for the nfs4_proc_locku() procedure.

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