From: Pavel Emelyanov Date: Sat, 8 Dec 2007 08:12:33 +0000 (-0800) Subject: [NET] sysctl: make sysctl_somaxconn per-namespace X-Git-Tag: v2.6.25-rc1~1162^2~1175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8e1f9b5c37e77cc8f978a58859b35fe5edd5542;p=pandora-kernel.git [NET] sysctl: make sysctl_somaxconn per-namespace 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed