|
Message-ID: <CAEiveUdnrZijJgTNWaOtH5pLpJ1WaEQib0H-o8AVsU0Yy89_qg@mail.gmail.com> Date: Fri, 10 Nov 2017 11:45:17 +0100 From: Djalal Harouni <tixxdz@...il.com> To: Alexey Dobriyan <adobriyan@...il.com> Cc: Kees Cook <keescook@...omium.org>, Alexey Gladkov <gladkov.alexey@...il.com>, Andy Lutomirski <luto@...nel.org>, Andrew Morton <akpm@...ux-foundation.org>, Linux FS Devel <linux-fsdevel@...r.kernel.org>, linux-kernel <linux-kernel@...r.kernel.org>, kernel-hardening@...ts.openwall.com, LSM List <linux-security-module@...r.kernel.org>, Linux API <linux-api@...r.kernel.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Alexander Viro <viro@...iv.linux.org.uk>, Akinobu Mita <akinobu.mita@...il.com>, "Tobin C. Harding" <me@...in.cc>, Oleg Nesterov <oleg@...hat.com>, Jeff Layton <jlayton@...chiereds.net>, Ingo Molnar <mingo@...nel.org>, "Eric W. Biederman" <ebiederm@...ssion.com>, Linus Torvalds <torvalds@...ux-foundation.org>, Daniel Micay <danielmicay@...il.com>, Jonathan Corbet <corbet@....net>, "J. Bruce Fields" <bfields@...ldses.org>, Stephen Rothwell <sfr@...b.auug.org.au>, Solar Designer <solar@...nwall.com> Subject: Re: [PATCH RFC v3 2/7] proc: move /proc/{self|thread-self} dentries to proc_fs_info On Fri, Nov 10, 2017 at 11:31 AM, Alexey Dobriyan <adobriyan@...il.com> wrote: > On 11/9/17, Djalal Harouni <tixxdz@...il.com> wrote: > >> struct proc_fs_info { >> struct pid_namespace *pid_ns; >> + struct dentry *proc_self; /* For /proc/self/ */ >> + struct dentry *proc_thread_self; /* For /proc/thread-self/ */ > > These are redundant comments. I can remove them, but actually the area is so difficult and uncommented that I won't mind extra comments... Thanks! -- tixxdz
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.