From: Stanislav Kinsbursky Date: Tue, 18 Sep 2012 09:37:12 +0000 (+0400) Subject: lockd: per-net NSM client creation and destruction helpers introduced X-Git-Tag: v3.7-rc1~58^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9406db20fecbfcab646bad157b4cfdc7cadddfb;p=pandora-kernel.git lockd: per-net NSM client creation and destruction helpers introduced NSM RPC client can be required on NFSv3 umount, when child reaper is dying (and destroying it's mount namespace). It means, that current nsproxy is set to NULL already, but creation of RPC client requires UTS namespace for gaining hostname string. This patch introduces reference counted NFS RPC clients creation and destruction helpers (similar to RPCBIND RPC clients). Signed-off-by: Stanislav Kinsbursky Cc: Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed