sysctl security/keys: Remove dead binary sysctl support
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Apr 2009 12:08:03 +0000 (05:08 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 12 Nov 2009 10:04:56 +0000 (02:04 -0800)
commit5cdb35557d022f8dc51b532b5cd1a8e9ed7bcdb7
treef2d947dd3d0302b23ef7dc515f0ff4841e5a5b87
parent56992309ccbe71f4321ddd50ee2f76f91b412c1a
sysctl security/keys: 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.

Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
security/keys/sysctl.c