Re: proc: Add fs_context support to procfs
From:
Alexey Dobriyan
Date:
Sat Oct 13 2018 - 03:58:13 EST
Next message:
Al Viro: "Re: [PATCH v3 1/3] namei: implement O_BENEATH-style AT_* flags"
Previous message:
Alexey Dobriyan: "Re: procfs: Move proc_fill_super() to fs/proc/root.c"
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
>
+struct proc_fs_context {
>
+ struct pid_namespace *pid_ns;
>
+ unsigned long mask;
mask should "unsigned" as there aren't lot of flags.
Next message:
Al Viro: "Re: [PATCH v3 1/3] namei: implement O_BENEATH-style AT_* flags"
Previous message:
Alexey Dobriyan: "Re: procfs: Move proc_fill_super() to fs/proc/root.c"
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]