Re: [PATCH] proc: move /proc/sysvipc creation to where it belongs

2018-03-25 Thread Davidlohr Bueso
On Fri, 16 Feb 2018, Alexey Dobriyan wrote: Signed-off-by: Alexey Dobriyan Acked. However, a small redundant description might be nice. " Move the proc_mkdir() call within the sysvipc subsystem such that we avoid polluting proc_root_init() with petty cpp. " Thanks, Davidlohr

[PATCH] proc: move /proc/sysvipc creation to where it belongs

2018-02-16 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan --- fs/proc/root.c |4 ipc/util.c |1 + 2 files changed, 1 insertion(+), 4 deletions(-) --- a/fs/proc/root.c +++ b/fs/proc/root.c @@ -136,10 +136,6 @@ void __init proc_root_init(void) proc_symlink("mounts", NULL, "self/mounts");