On 11/9/17, Djalal Harouni <tixxdz@xxxxxxxxx> 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.