From: Trond Myklebust Date: Tue, 18 Oct 2005 21:20:13 +0000 (-0700) Subject: NFSv4: Remove nfs4_client->cl_sem from close() path X-Git-Tag: v2.6.15-rc1~733^2~55^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c9d41e456033000ccfadf535f3098d8739488d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed