From: Chuck Lever Date: Fri, 24 Dec 2010 01:32:54 +0000 (+0000) Subject: NFS: Introduce nfs_detach_delegations() X-Git-Tag: v2.6.38-rc1~407^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dda4b225623f316335052828c24a16e2da313f8f;p=pandora-kernel.git NFS: Introduce nfs_detach_delegations() Clean up: Refactor code that takes clp->cl_lock and calls nfs_detach_delegations_locked() into its own function. While we're changing the call sites, get rid of the second parameter and the logic in nfs_detach_delegations_locked() that uses it, since callers always set that parameter of nfs_detach_delegations_locked() to NULL. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed