Re: [PATCH] netns: init dev_base_lock only once

2007-11-10 Thread David Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Wed, 7 Nov 2007 15:51:33 +0300 > * it already statically initialized > * reinitializing live global spinlock every time netns is > setup is also wrong > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> Good catch. Applied, thanks Alexey. - T

[PATCH] netns: init dev_base_lock only once

2007-11-07 Thread Alexey Dobriyan
* it already statically initialized * reinitializing live global spinlock every time netns is setup is also wrong Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- net/core/dev.c |1 - 1 file changed, 1 deletion(-) --- a/net/core/dev.c +++ b/net/core/dev.c @@ -4330,7 +4330,6 @@ stati