sysctl: Don't look at ctl_name and strategy in the generic code
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Apr 2009 10:18:02 +0000 (03:18 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 11 Nov 2009 08:53:43 +0000 (00:53 -0800)
The ctl_name and strategy fields are unused, now that sys_sysctl
is a compatibility wrapper around /proc/sys.  No longer looking
at them in the generic code is effectively what we are doing
now and provides the guarantee that during further cleanups
we can just remove references to those fields and everything
will work ok.

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

No differences found