Re: proc: Add fs_context support to procfs

From: David Howells
Date: Wed Oct 17 2018 - 09:28:19 EST


Alexey Dobriyan <adobriyan@xxxxxxxxx> 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