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 48f1c03bc7ed..92c12c243ce3 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c | |||
@@ -173,7 +173,7 @@ void __init proc_root_init(void) | |||
173 | 173 | ||
174 | proc_self_init(); | 174 | proc_self_init(); |
175 | proc_thread_self_init(); | 175 | proc_thread_self_init(); |
176 | proc_symlink("mounts", NULL, "self/mounts"); | 176 | proc_symlink("mounts", NULL, "thread-self/mounts"); |
177 | 177 | ||
178 | proc_net_init(); | 178 | proc_net_init(); |
179 | 179 | ||