diff options
Diffstat (limited to 'fs/proc/proc_sysctl.c')
-rw-r--r-- | fs/proc/proc_sysctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/proc/proc_sysctl.c b/fs/proc/proc_sysctl.c index d82f4a8b4b80..9d29d28af577 100644 --- a/fs/proc/proc_sysctl.c +++ b/fs/proc/proc_sysctl.c | |||
@@ -468,5 +468,6 @@ int __init proc_sys_init(void) | |||
468 | proc_sys_root->proc_iops = &proc_sys_dir_operations; | 468 | proc_sys_root->proc_iops = &proc_sys_dir_operations; |
469 | proc_sys_root->proc_fops = &proc_sys_dir_file_operations; | 469 | proc_sys_root->proc_fops = &proc_sys_dir_file_operations; |
470 | proc_sys_root->nlink = 0; | 470 | proc_sys_root->nlink = 0; |
471 | return 0; | 471 | |
472 | return sysctl_init(); | ||
472 | } | 473 | } |