Re: [lxc-devel] [PATCH 2/3] fuse: Translate pid making a request into the server's pid namespace

2014-07-18 Thread Miklos Szeredi
On Mon, Jul 14, 2014 at 9:18 PM, Seth Forshee wrote: > If the server is executing in a pid namespace then then giving it > the global pid of the process making the request is useless. > Translate the pid into the server's pid namespace. > > Signed-off-by: Seth Forshee > --- > fs/fuse/dev.c|

[lxc-devel] [PATCH 2/3] fuse: Translate pid making a request into the server's pid namespace

2014-07-14 Thread Seth Forshee
If the server is executing in a pid namespace then then giving it the global pid of the process making the request is useless. Translate the pid into the server's pid namespace. Signed-off-by: Seth Forshee --- fs/fuse/dev.c| 9 + fs/fuse/fuse_i.h | 4 fs/fuse/inode.c | 2 ++ 3