David Howells Wed, 17 Oct 2018 06:28:33 -0700
Alexey Dobriyan <adobri...@gmail.com> wrote: > > +struct proc_fs_context { > > + struct pid_namespace *pid_ns; > > + unsigned long mask; > > mask should "unsigned" as there aren't lot of flags.
Done, thanks. David