[PATCH] to nsproxy
authorCedric Le Goater <clg@fr.ibm.com>
Fri, 8 Dec 2006 10:37:59 +0000 (02:37 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:52 +0000 (08:28 -0800)
commit9a575a92db3312a40cdf0b0406d88de88ad9741e
tree0b789528da13cd31f7fb206f184cfa123cc0ba42
parent61a58c6c238cc81f7742b8cc84212cc55fb57747
[PATCH] to nsproxy

Add the pid namespace framework to the nsproxy object.  The copy of the pid
namespace only increases the refcount on the global pid namespace,
init_pid_ns, and unshare is not implemented.

There is no configuration option to activate or deactivate this feature
because this not relevant for the moment.

Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
Cc: Kirill Korotaev <dev@openvz.org>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Herbert Poetzl <herbert@13thfloor.at>
Cc: Sukadev Bhattiprolu <sukadev@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/init_task.h
include/linux/nsproxy.h
include/linux/pid_namespace.h
kernel/nsproxy.c
kernel/pid.c