sysctl crypto: Remove dead binary sysctl support
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Apr 2009 12:29:19 +0000 (05:29 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 12 Nov 2009 10:04:57 +0000 (02:04 -0800)
commitc2a86a67fadd9dddc58f55ce6323c04dde59ebed
tree6dfc22a69acf8219044f78714dcbfef922dd53ce
parent5cdb35557d022f8dc51b532b5cd1a8e9ed7bcdb7
sysctl crypto: Remove dead binary sysctl support

Now that sys_sysctl is a generic wrapper around /proc/sys  .ctl_name
and .strategy members of sysctl tables are dead code.  Remove them.

Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
crypto/proc.c