sysctl: Neuter the generic sysctl strategy routines.
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Apr 2009 09:02:58 +0000 (02:02 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 11 Nov 2009 08:42:51 +0000 (00:42 -0800)
Now that sys_sysctl is a compatibility layer on top of /proc/sys
these routines are never called but are still put in sysctl
tables so I have reduced them to stubs until they can be
removed entirely.

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

No differences found