]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sysctl: Remove dead register_sysctl_root
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 24 Mar 2017 13:38:20 +0000 (08:38 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 17 Apr 2017 04:42:49 +0000 (23:42 -0500)
commitb54807fa52ae21bdf6bad72b0f00fd400af412eb
tree041467728821beb35ca45d0946a8e24b77e74fc9
parent040757f738e13caaa9c5078bca79aa97e11dde88
sysctl: Remove dead register_sysctl_root

The function no longer does anything.  The is only a single caller of
register_sysctl_root when semantically there should be two.  Remove
this function so that if someone decides this functionality is needed
again it will be obvious all of the callers of setup_sysctl_set need
to be audited and modified appropriately.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/proc/proc_sysctl.c
include/linux/sysctl.h
net/sysctl_net.c