From: Stanislav Kinsbursky Date: Tue, 31 Jan 2012 10:09:17 +0000 (+0400) Subject: SUNRPC: service destruction in network namespace context X-Git-Tag: v3.4-rc1~123^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b147f1ff267d12e0d189ca3d4156ed5a76b8d99;p=pandora-kernel.git SUNRPC: service destruction in network namespace context v2: Added comment to BUG_ON's in svc_destroy() to make code looks clearer. This patch introduces network namespace filter for service destruction function. Nothing special here - just do exactly the same operations, but only for tranports in passed networks namespace context. BTW, BUG_ON() checks for empty service transports lists were returned into svc_destroy() function. This is because of swithing generic svc_close_all() to networks namespace dependable svc_close_net(). Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed