summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2007-12-05 10:42:49 +0100
committerDavid S. Miller <davem@davemloft.net>2008-01-28 23:56:29 +0100
commit08913681e484f3f0db949dd0809012e089846216 (patch)
tree5fd37f75f1de49d21fb49bb4e51f2bd4f1dcf849 /kernel
parent[TR]: Use ctl paths to register net/token-ring/ table (diff)
downloadlinux-08913681e484f3f0db949dd0809012e089846216.tar.xz
linux-08913681e484f3f0db949dd0809012e089846216.zip
[NET]: Remove the empty net_table
I have removed all the entries from this table (core_table, ipv4_table and tr_table), so now we can safely drop it. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/sysctl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index 45e76f209dcb..4bc8e48434a7 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -200,14 +200,6 @@ static struct ctl_table root_table[] = {
.mode = 0555,
.child = vm_table,
},
-#ifdef CONFIG_NET
- {
- .ctl_name = CTL_NET,
- .procname = "net",
- .mode = 0555,
- .child = net_table,
- },
-#endif
{
.ctl_name = CTL_FS,
.procname = "fs",