diff --git a/fs/proc/root.c b/fs/proc/root.c index 48f1c03bc7ed12cc567ec46f5289d4804c9d684d..92c12c243ce3025151220b428e97f8c8407c38a8 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c @@ -173,7 +173,7 @@ void __init proc_root_init(void) proc_self_init(); proc_thread_self_init(); - proc_symlink("mounts", NULL, "self/mounts"); + proc_symlink("mounts", NULL, "thread-self/mounts"); proc_net_init();