[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>
This commit is contained in:
Pavel Emelyanov
2007-12-05 01:37:34 -08:00
committed by David S. Miller
parent 7e2e109cef
commit 33eb9cfc70
3 changed files with 18 additions and 11 deletions

View File

@@ -31,12 +31,6 @@
#endif
struct ctl_table net_table[] = {
{
.ctl_name = NET_CORE,
.procname = "core",
.mode = 0555,
.child = core_table,
},
#ifdef CONFIG_INET
{
.ctl_name = NET_IPV4,