]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: create RPC pipefs superblock per network namespace context
authorStanislav Kinsbursky <skinsbursky@parallels.com>
Mon, 26 Dec 2011 12:38:56 +0000 (15:38 +0300)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 31 Jan 2012 23:20:23 +0000 (18:20 -0500)
commit3b4f5a9bda10199b10429b92e8fdc7886e25ab1b
tree50a00ba4410645aa495a27dd274eb45f740494ef
parent5350deb88ca4348d85886677addf6c42be6c7346
SUNRPC: create RPC pipefs superblock per network namespace context

This is the initial step of RPC pipefs virtualization. It changes nothing to
current pipefs behaviour except that mount of pipefs in other than init_net
network namespace context will provide only root tree. No other dentries will
be visible.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/rpc_pipe.c