Re: [PATCH v2 1/1] ns: Rename MAX_PID_NS_LEVEL to MAX_NS_LEVEL, move
From: Petr Vorel
Date: Mon Apr 11 2022 - 06:29:27 EST
Hi,
...
> +++ b/include/linux/ns_common.h
> @@ -4,6 +4,9 @@
> #include <linux/refcount.h>
> +/* MAX_NS_LEVEL is needed for limiting size of 'struct pid' */
Hm, I forgot to amend the patch. This was supposed to be:
/* pid and user namespace */
I can send v3 if is patch considered useful.
> +#define MAX_NS_LEVEL 32
...
Kind regards,
Petr