[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>
This commit is contained in:
committed by
David S. Miller
parent
36f0bebd98
commit
08913681e4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user