Alexey Dobriyan <[email protected]> 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
Alexey Dobriyan <[email protected]> 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