Re: [PATCH 2/2] Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children

2013-08-26 Thread Eric W. Biederman
Andy Lutomirski writes: > 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. Reviewed-by: "Eric W. Biederman" > Signed-off-by: Andy Luto

Re: [PATCH 2/2] Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children

2013-08-22 Thread Oleg Nesterov
On 08/22, Andy Lutomirski wrote: > > 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. > > ... > > + * The pid namespace is an exception --