Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children
authorAndy Lutomirski <luto@amacapital.net>
Thu, 22 Aug 2013 18:39:16 +0000 (11:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Aug 2013 17:52:52 +0000 (13:52 -0400)
commitc2b1df2eb42978073ec27c99cc199d20ae48b849
tree5b7335ad7fc7e17a26a2e724c7f1f93970bc75fc
parentd661684cf6820331feae71146c35da83d794467e
Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children

nsproxy.pid_ns is *not* the task's pid namespace.  The name should clarify
that.

This makes it more obvious that setns on a pid namespace is weird --
it won't change the pid namespace shown in procfs.

Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Reviewed-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/nsproxy.h
kernel/fork.c
kernel/nsproxy.c
kernel/pid_namespace.c