From: Eric W. Biederman Date: Thu, 26 Jul 2012 11:02:49 +0000 (-0700) Subject: userns: Make create_new_namespaces take a user_ns parameter X-Git-Tag: v3.8-rc1~77^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcf58e725ddc45d31addbc6627d4f0edccc824c1;p=pandora-kernel.git userns: Make create_new_namespaces take a user_ns parameter Modify create_new_namespaces to explicitly take a user namespace parameter, instead of implicitly through the task_struct. This allows an implementation of unshare(CLONE_NEWUSER) where the new user namespace is not stored onto the current task_struct until after all of the namespaces are created. Acked-by: Serge Hallyn Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed