From: Trond Myklebust Date: Tue, 23 Dec 2008 20:21:45 +0000 (-0500) Subject: NFSv4: Remove nfs_client->cl_sem X-Git-Tag: v2.6.29-rc1~553^2^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95d35cb4c473c754824967c0b069bbeb7efa4847;p=pandora-kernel.git 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 --- Reading git-diff-tree failed