diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2009-04-03 05:22:26 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2009-11-11 03:42:53 -0500 |
commit | 83ac201b4f06eb8aeb7ac93cf162651ba30e0b28 (patch) | |
tree | 9b27ff2aa077624ea9548448965ad7fe97577f31 /lib | |
parent | a965cf946d38b0ff164a054477a91df70b0dd997 (diff) |
sysctl: Remove dead code from sysctl_check
Now that the sys_sysctl is now a compatibility wrapper around
/proc/sys we can remove much of sysctl_check and reduce it
to a few remaining sanity checks. This completely decouples
it from the binary sysctl system call.
Little things like ensuring that the sysctl has not already
been registered are all that remain.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 234ceb10861f..01f2d1139e9a 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -912,7 +912,7 @@ config LATENCYTOP | |||
912 | 912 | ||
913 | config SYSCTL_SYSCALL_CHECK | 913 | config SYSCTL_SYSCALL_CHECK |
914 | bool "Sysctl checks" | 914 | bool "Sysctl checks" |
915 | depends on SYSCTL_SYSCALL | 915 | depends on SYSCTL |
916 | ---help--- | 916 | ---help--- |
917 | sys_sysctl uses binary paths that have been found challenging | 917 | sys_sysctl uses binary paths that have been found challenging |
918 | to properly maintain and use. This enables checks that help | 918 | to properly maintain and use. This enables checks that help |