]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] identifier to nsproxy
authorCedric Le Goater <clg@fr.ibm.com>
Fri, 8 Dec 2006 10:37:57 +0000 (02:37 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 8 Dec 2006 16:28:52 +0000 (08:28 -0800)
commit373beb35cd6b625e0ba4ad98baace12310a26aa8
tree0cb0a8601a8141bff0ff63a2a6da982f5d023b61
parent6b3286ed1169d74fea401367d6d4d6c6ec758a81
[PATCH] identifier to nsproxy

Add an identifier to nsproxy.  The default init_ns_proxy has identifier 0 and
allocated nsproxies are given -1.

This identifier will be used by a new syscall sys_bind_ns.

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
kernel/nsproxy.c