sysctl net: Remove unused binary sysctl code
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 5 Nov 2009 21:32:03 +0000 (13:32 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 12 Nov 2009 10:05:06 +0000 (02:05 -0800)
Now that sys_sysctl is a compatiblity wrapper around /proc/sys
all sysctl strategy routines, and all ctl_name and strategy
entries in the sysctl tables are unused, and can be
revmoed.

In addition neigh_sysctl_register has been modified to no longer
take a strategy argument and it's callers have been modified not
to pass one.

Cc: "David Miller" <davem@davemloft.net>
Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Cc: netdev@vger.kernel.org
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>

No differences found