proc: add some (hopefully) insightful comments
* /proc/${pid}/net status
* removing PDE vs last close stuff (again!)
* random small stuff
Link: https://lkml.kernel.org/r/YtwrM6sDC0OQ53YB@localhost.localdomain
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
@@ -302,6 +302,11 @@ void __init proc_root_init(void)
|
||||
proc_mkdir("bus", NULL);
|
||||
proc_sys_init();
|
||||
|
||||
/*
|
||||
* Last things last. It is not like userspace processes eager
|
||||
* to open /proc files exist at this point but register last
|
||||
* anyway.
|
||||
*/
|
||||
register_filesystem(&proc_fs_type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user