Re: [PATCH] proc: add config & param to block forcing mem writes

From: Linus Torvalds
Date: Tue Jul 23 2024 - 14:34:08 EST


On Tue, 23 Jul 2024 at 11:30, Linus Torvalds
<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> but while that looks a bit prettier, the whole "fs_parser.h" thing is
> admittedly odd.

.. don't get me wrong - /proc obviously *is* a filesystem, but in this
context it's a boot command line parameter, not a mount option.

The "constant_table" thing obviously does work outside of mount
options too, it's just that it's documented and used in the context of
the mount API.

Linus