Re: [PATCH] utsns: Restore proper namespace handling.

2007-11-27 Thread Serge E. Hallyn
Quoting Andrew Morton ([EMAIL PROTECTED]): > On Mon, 26 Nov 2007 09:19:17 -0600 "Serge E. Hallyn" <[EMAIL PROTECTED]> > wrote: > > > Quoting Eric W. Biederman ([EMAIL PROTECTED]): > > > > > > When CONFIG_UTS_NS was removed it seems that we also deleted > > > the code for handling sysctls in the

Re: [PATCH] utsns: Restore proper namespace handling.

2007-11-27 Thread Eric W. Biederman
Andrew Morton <[EMAIL PROTECTED]> writes: > I already have a (more codingstylely attractive) version of this from > Pavel, for which I shall steal your ack. Perfectly fine. I overlooked that one when I generated this patch the first time (Oops). Let's just get this bug fixed. Eric - To unsubsc

Re: [PATCH] utsns: Restore proper namespace handling.

2007-11-26 Thread Andrew Morton
On Mon, 26 Nov 2007 09:19:17 -0600 "Serge E. Hallyn" <[EMAIL PROTECTED]> wrote: > Quoting Eric W. Biederman ([EMAIL PROTECTED]): > > > > When CONFIG_UTS_NS was removed it seems that we also deleted > > the code for handling sysctls in the other then the initial > > uts namespace. This patch res

Re: [PATCH] utsns: Restore proper namespace handling.

2007-11-26 Thread Serge E. Hallyn
Quoting Eric W. Biederman ([EMAIL PROTECTED]): > > When CONFIG_UTS_NS was removed it seems that we also deleted > the code for handling sysctls in the other then the initial > uts namespace. This patch restores that code. > > Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]> Thanks, Eric.