commit | 83c9d41e456033000ccfadf535f3098d8739488d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 18 14:20:13 2005 -0700 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 18 14:20:13 2005 -0700 |
tree | 09f5573ba348225bb7eed14c20b3305f49449e06 | |
parent | e6dfa553cffcb9740f932311dff42f81d6ac63bb [diff] |
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>