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>
This commit is contained in:
Trond Myklebust 2005-10-18 14:20:13 -07:00
commit 83c9d41e45
2 changed files with 1 additions and 13 deletions