Re: proc: Add fs_context support to procfs

From: Alexey Dobriyan
Date: Sat Oct 13 2018 - 03:58:13 EST


> +struct proc_fs_context {
> + struct pid_namespace *pid_ns;
> + unsigned long mask;

mask should "unsigned" as there aren't lot of flags.