[Devel] [PATCH] SUNRPC: make SUNPRC clients list per network namespace context

2011-12-14 Thread Stanislav Kinsbursky
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 sim

[Devel] [PATCH] SUNRPC: make SUNPRC clients list per network namespace context

2011-12-12 Thread Stanislav Kinsbursky
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 this fater and simplier.