diff options
Diffstat (limited to 'fs/proc/root.c')
-rw-r--r-- | fs/proc/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/root.c b/fs/proc/root.c index 4a19e02c7ed0..98797b762a71 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c | |||
@@ -125,7 +125,7 @@ void __init proc_root_init(void) | |||
125 | { | 125 | { |
126 | int err; | 126 | int err; |
127 | 127 | ||
128 | proc_init_inodecache(); | 128 | proc_init_kmemcache(); |
129 | set_proc_pid_nlink(); | 129 | set_proc_pid_nlink(); |
130 | err = register_filesystem(&proc_fs_type); | 130 | err = register_filesystem(&proc_fs_type); |
131 | if (err) | 131 | if (err) |