]> rtime.felk.cvut.cz Git - linux-imx.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)
commit38b0da7522c086f1dcdeda39a2d1849c6a31f518
tree50a00ba4410645aa495a27dd274eb45f740494ef
parent5bff0386305461021bbef2d958fa0f0151f56a6f
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