diff options
Diffstat (limited to 'fs/proc/root.c')
| -rw-r--r-- | fs/proc/root.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/root.c b/fs/proc/root.c index 9889a92d2e0..5da984959ed 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c @@ -169,6 +169,7 @@ void __init proc_root_init(void)  		return;  	} +	proc_self_init();  	proc_symlink("mounts", NULL, "self/mounts");  	proc_net_init();  |