sysctl: Remove the last of the generic binary sysctl support
commit4739a9748e1bd7459f22f7e94e7d85710ca83954
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Apr 2009 12:36:01 +0000 (3 05:36 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 12 Nov 2009 10:05:06 +0000 (12 02:05 -0800)
tree760aa534c57fbdcfd80076651a7f9248aba75fb0
parentf8572d8f2a2ba75408b97dc24ef47c83671795d7
sysctl: Remove the last of the generic binary sysctl support

Now that all of the users stopped using ctl_name and strategy it
is safe to remove the fields from struct ctl_table, and it is safe
to remove the stub strategy routines as well.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
include/linux/sysctl.h
kernel/sysctl.c