[PATCH 4/5] Move the user namespace under the option

2007-10-31 Thread Pavel Emelyanov
We already have a CONFIG_USER_NS option. Just tune it a bit and move the init_user_ns into user.c file to make the kernel compile and work without the namespaces support. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/init/Kconfig b/init/Kconfig index b1aa7f1..1ec7009 10064

[PATCH 4/5] Move the user namespace under the option

2007-10-01 Thread Pavel Emelyanov
We currently have a CONFIG_USER_NS option. Just rename it into CONFIG_NAMESPACES_EXPERIMENTAL and move the init_user_ns into user.c file to make the kernel compile and work without the namespaces support. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Acked-by: Cedric Le Goater <[EMAIL PROTE

Re: [PATCH 4/5] Move the user namespace under the option

2007-10-01 Thread Serge E. Hallyn
Quoting Robert P. J. Day ([EMAIL PROTECTED]): > On Mon, 1 Oct 2007, Pavel Emelyanov wrote: > > > Robert P. J. Day wrote: > > > On Thu, 27 Sep 2007, Cedric Le Goater wrote: > > > > > >>> diff --git a/include/linux/user_namespace.h > > >>> b/include/linux/user_namespace.h > > >>> index b5f41d4..dda

Re: [PATCH 4/5] Move the user namespace under the option

2007-10-01 Thread Robert P. J. Day
On Mon, 1 Oct 2007, Pavel Emelyanov wrote: > Robert P. J. Day wrote: > > On Thu, 27 Sep 2007, Cedric Le Goater wrote: > > > >>> diff --git a/include/linux/user_namespace.h > >>> b/include/linux/user_namespace.h > >>> index b5f41d4..dda160c 100644 > >>> --- a/include/linux/user_namespace.h > >>> +

Re: [PATCH 4/5] Move the user namespace under the option

2007-10-01 Thread Pavel Emelyanov
Robert P. J. Day wrote: > On Thu, 27 Sep 2007, Cedric Le Goater wrote: > >>> diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h >>> index b5f41d4..dda160c 100644 >>> --- a/include/linux/user_namespace.h >>> +++ b/include/linux/user_namespace.h >>> @@ -17,7 +17,7 @@ struct

Re: [PATCH 4/5] Move the user namespace under the option

2007-09-27 Thread Robert P. J. Day
On Thu, 27 Sep 2007, Cedric Le Goater wrote: > > diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h > > index b5f41d4..dda160c 100644 > > --- a/include/linux/user_namespace.h > > +++ b/include/linux/user_namespace.h > > @@ -17,7 +17,7 @@ struct user_namespace { > > > > e

Re: [PATCH 4/5] Move the user namespace under the option

2007-09-27 Thread Cedric Le Goater
Pavel Emelyanov wrote: > We currently have a CONFIG_USER_NS option. Just rename it > into CONFIG_NAMESPACES_EXPERIMANTAL and move the init_user_ns > into user.c file to make the kernel compile and work without > the namespaces support. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Ack

[PATCH 4/5] Move the user namespace under the option

2007-09-26 Thread Pavel Emelyanov
We currently have a CONFIG_USER_NS option. Just rename it into CONFIG_NAMESPACES_EXPERIMANTAL and move the init_user_ns into user.c file to make the kernel compile and work without the namespaces support. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/include/linux/user_na