From: Stanislav Kinsbursky Date: Thu, 12 Jan 2012 18:07:51 +0000 (+0400) Subject: SUNRPC: make SUNPRC clients list per network namespace context X-Git-Tag: v3.4-rc1~123^2~208 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70abc49b4f4a4ef04a6bd9852edbd047b480bed7;p=pandora-kernel.git SUNRPC: make SUNPRC clients list per network namespace context This patch moves static SUNRPC clients list and it's lock to sunrpc_net structure. Currently this list is used only for debug purposes. But later it will be used also for selecting clients by networks namespace on PipeFS mount/umount events. Per-network namespace lists will make this faster and simplier. Note: client list is taken from "init_net" network namespace context in rpc_show_tasks(). This will be changed some day later with making SUNRPC sysctl's per network namespace context. Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed