net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 19 Apr 2012 13:32:39 +0000 (13:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Apr 2012 01:21:18 +0000 (21:21 -0400)
commit4e5ca78541c549ec8886ad2fc19306f35ee672e1
tree8e3119cc1710d20cd4f672e1f91b4adedbd5fab0
parenta5287acc6ca3c69821ab4c5439be8c0ff30a20cb
net ipv4: Remove the unneeded registration of an empty net/ipv4/neigh

sysctl no longer requires explicit creation of directories.  The neigh
directory is always populated with at least a default entry so this
won't cause any user visible changes.

Delete the ipv4_path and the ipv4_skeleton these are no longer needed.

Directly register the ipv4_route_table.

And since I am an idiot remove the header definitions that I should
have removed in the previous patch.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ipv6.h
net/ipv4/route.c
This page took 0.024332 seconds and 5 git commands to generate.