diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2007-12-05 04:42:49 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:56:29 -0500 |
commit | 08913681e484f3f0db949dd0809012e089846216 (patch) | |
tree | 5fd37f75f1de49d21fb49bb4e51f2bd4f1dcf849 /net/sysctl_net.c | |
parent | 36f0bebd9865dc7e327777fca34b75e65cbfd1a6 (diff) |
[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 'net/sysctl_net.c')
-rw-r--r-- | net/sysctl_net.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/sysctl_net.c b/net/sysctl_net.c index 16ad14b5d572..665e856675a4 100644 --- a/net/sysctl_net.c +++ b/net/sysctl_net.c | |||
@@ -30,10 +30,6 @@ | |||
30 | #include <linux/if_tr.h> | 30 | #include <linux/if_tr.h> |
31 | #endif | 31 | #endif |
32 | 32 | ||
33 | struct ctl_table net_table[] = { | ||
34 | { 0 }, | ||
35 | }; | ||
36 | |||
37 | static struct list_head * | 33 | static struct list_head * |
38 | net_ctl_header_lookup(struct ctl_table_root *root, struct nsproxy *namespaces) | 34 | net_ctl_header_lookup(struct ctl_table_root *root, struct nsproxy *namespaces) |
39 | { | 35 | { |