Re: [PATCH net-2.6.25 3/3]sysctl: make sysctl_somaxconn per-namespace

2007-12-08 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 07 Dec 2007 16:12:48 +0300 > Just move the variable on the struct net and adjust > its usage. > > Others sysctls from sys.net.core table are more > difficult to virtualize (i.e. make them per-namespace), > but I'll look at them as well a bit la

[PATCH net-2.6.25 3/3]sysctl: make sysctl_somaxconn per-namespace

2007-12-07 Thread Pavel Emelyanov
Just move the variable on the struct net and adjust its usage. Others sysctls from sys.net.core table are more difficult to virtualize (i.e. make them per-namespace), but I'll look at them as well a bit later. Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/include/linux/soc