]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4145a20f1dc9060b6afcda0a85644dd946d788fb
tree5b7335ad7fc7e17a26a2e724c7f1f93970bc75fc
parentdff021b3ad64b1d62b2072a6cd852e1ff7547430
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