From: Serge E. Hallyn Date: Mon, 2 Oct 2006 09:18:08 +0000 (-0700) Subject: [PATCH] namespaces: incorporate fs namespace into nsproxy X-Git-Tag: v2.6.19-rc1~416 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1651e14e28a2d9f446018ef522882e0709a2ce4f;p=pandora-kernel.git [PATCH] namespaces: incorporate fs namespace into nsproxy This moves the mount namespace into the nsproxy. The mount namespace count now refers to the number of nsproxies point to it, rather than the number of tasks. As a result, the unshare_namespace() function in kernel/fork.c no longer checks whether it is being shared. Signed-off-by: Serge Hallyn Cc: Kirill Korotaev Cc: "Eric W. Biederman" Cc: Herbert Poetzl Cc: Andrey Savochkin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed