commit | 95d35cb4c473c754824967c0b069bbeb7efa4847 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Dec 23 15:21:45 2008 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Dec 23 15:21:45 2008 -0500 |
tree | bd46a5b0e4d35f9256cf44ca2706493fc3dd2819 | |
parent | 19e03c570e6099ffaf24e5628d4fe1a8acbe820d [diff] |
NFSv4: Remove nfs_client->cl_sem Now that we're using the flags to indicate state that needs to be recovered, as well as having implemented proper refcounting and spinlocking on the state and open_owners, we can get rid of nfs_client->cl_sem. The only remaining case that was dubious was the file locking, and that case is now covered by the nfsi->rwsem. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>