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)
commita965cf946d38b0ff164a054477a91df70b0dd997
treeed97e5aee43e198234cce738354babeb60e3f377
parent26a7034b40ba80f82f64fa251a2cbf49f9971c6a
sysctl: Neuter the generic sysctl strategy routines.

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>
kernel/sysctl.c