mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
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>
This commit is contained in:
@@ -106,7 +106,6 @@ __init int net_sysctl_init(void)
|
||||
ret = register_pernet_subsys(&sysctl_pernet_ops);
|
||||
if (ret)
|
||||
goto out1;
|
||||
register_sysctl_root(&net_sysctl_root);
|
||||
out:
|
||||
return ret;
|
||||
out1:
|
||||
|
Reference in New Issue
Block a user