Re: [PATCH] Remove unused member from nsproxy

2007-09-26 Thread Pavel Emelyanov
Cedric Le Goater wrote: > Pavel Emelyanov wrote: >> The nslock spinlock is not used in the kernel at all. > > it's also useless now that you have put some RCU rules around it. > right ? Exactly! > C. > >> Remove it. >> Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> >> >> --- >> >> diff --

Re: [PATCH] Remove unused member from nsproxy

2007-09-26 Thread Cedric Le Goater
Pavel Emelyanov wrote: > The nslock spinlock is not used in the kernel at all. it's also useless now that you have put some RCU rules around it. right ? C. > Remove it. > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> > > --- > > diff --git a/include/linux/init_task.h b/include/linux/ini

Re: [PATCH] Remove unused member from nsproxy

2007-09-26 Thread Serge E. Hallyn
Quoting Pavel Emelyanov ([EMAIL PROTECTED]): > The nslock spinlock is not used in the kernel at all. > Remove it. > > Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> Acked-by: Serge Hallyn <[EMAIL PROTECTED]> > --- > > diff --git a/include/linux/init_task.h b/include/linux/init_task.h > ind

[PATCH] Remove unused member from nsproxy

2007-09-26 Thread Pavel Emelyanov
The nslock spinlock is not used in the kernel at all. Remove it. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/include/linux/init_task.h b/include/linux/init_task.h index a3f2541..cae35b6 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h @@ -73,7 +73,6