Re: [PATCH] docs: vfs: Update struct file_system_type

From: Matthew Wilcox
Date: Sun Mar 23 2025 - 10:24:29 EST


On Sun, Mar 23, 2025 at 11:47:25AM +0800, I Hsin Cheng wrote:
> The structure definition now in the kernel adds macros defining the
> value of "fs_flags", and the value "FS_NO_DCACHE" no longer exists,
> update it to an existing flag value.

What value does it add to duplicate these flag definitions in the
documentation? I would not do this.

> @@ -140,7 +148,7 @@ members are defined:
> "msdos" and so on
>
> ``fs_flags``
> - various flags (i.e. FS_REQUIRES_DEV, FS_NO_DCACHE, etc.)
> + various flags (i.e. FS_REQUIRES_DEV, FS_BINARY_MOUNTDATA, etc.)

This should be "eg.", not "i.e."