[NET]: Isolate the net/core/ sysctl table
authorPavel Emelyanov <xemul@openvz.org>
Wed, 5 Dec 2007 09:37:34 +0000 (01:37 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:26 +0000 (14:56 -0800)
commit33eb9cfc700ae9ce621d47d6ca6d6b4ad7cd97f3
treed5e3c0e9644249fa327c613571613c43ec474c6b
parent7e2e109cef0d59abcb9aca8b82993e304ed8970c
[NET]: Isolate the net/core/ sysctl table

Using ctl paths we can put all the stuff, related to net/core/
sysctl table, into one file and remove all the references on it.

As a good side effect this hides the "core_table" name from
the global scope :)

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
net/core/sysctl_net_core.c
net/sysctl_net.c