From: Stanislav Kinsbursky Date: Tue, 31 Jan 2012 10:09:25 +0000 (+0400) Subject: SUNRPC: service shutdown function in network namespace context introduced X-Git-Tag: v3.4-rc1~123^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=074d0f67cfe0af4927ce49560f403096b490c47f;p=pandora-kernel.git SUNRPC: service shutdown function in network namespace context introduced This function is enough for releasing resources, allocated for network namespace context, in case of sharing service between them. IOW, each service "user" (LockD, NFSd, etc), which wants to share service between network namespaces, have to release related resources by the function, introduced in this patch, instead of performing service shutdown (of course in case the service is shared already to the moment of release). Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed