sysctl: Remove references to ctl_name and strategy from the generic sysctl table
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Apr 2009 09:30:53 +0000 (02:30 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 11 Nov 2009 08:42:56 +0000 (00:42 -0800)
Now that sys_sysctl is a generic wrapper around /proc/sys  .ctl_name
and .strategy members of sysctl tables are dead code.  Remove them.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>

No differences found