From: Eric W. Biederman Date: Thu, 17 Nov 2011 07:20:58 +0000 (-0800) Subject: userns: Deprecate and rename the user_namespace reference in the user_struct X-Git-Tag: v3.5-rc1~107^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0bd6594e286bd6145e04e19e8d3fa2e902cb800;p=pandora-kernel.git userns: Deprecate and rename the user_namespace reference in the user_struct With a user_ns reference in struct cred the only user of the user namespace reference in struct user_struct is to keep the uid hash table alive. The user_namespace reference in struct user_struct will be going away soon, and I have removed all of the references. Rename the field from user_ns to _user_ns so that the compiler can verify nothing follows the user struct to the user namespace anymore. Acked-by: Serge Hallyn Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed