commit | b8e1f9b5c37e77cc8f978a58859b35fe5edd5542 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Sat Dec 08 00:12:33 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:56:57 2008 -0800 |
tree | 3c39da61f10eeb8b8e200ec68770128f1b57f25d | |
parent | 790a35328991b01181ff5624bdb084053b6fac54 [diff] |
[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 <xemul@oenvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>