Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information