Re: [RFC v2 02/04] procfs: add hidepid modes as mount options

From: Arnd Bergmann
Date: Tue Jun 14 2011 - 09:55:21 EST


On Sunday 12 June 2011, Vasiliy Kulikov wrote:
> +static const match_table_t tokens = {
> + {Opt_hidepid, "hidepid=%u"},
> + {Opt_gid, "gid=%u"},
> + {Opt_hidenet, "hidenet"},
> + {Opt_nohidenet, "nohidenet"},
> + {Opt_err, NULL},
> +};

I don't really have an opinion on your patch, but it seems that it does more than
the description explains: The hidenet/nohidenet option is in the patch as well,
although it doesn't have much of an effect.

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/