Re: [PATCH] docs: vfs: Update struct file_system_type
From: I Hsin Cheng
Date: Thu Mar 27 2025 - 10:29:26 EST
On Sun, Mar 23, 2025 at 02:24:09PM +0000, Matthew Wilcox wrote:
> 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."
Hi Matthew,
Thanks for your kindly reply!
> What value does it add to duplicate these flag definitions in the
> documentation? I would not do this.
I thought the documentation should follow the exact code as in the
kernel, if it only serves as a roughly example, I agree with you then.
> This should be "eg.", not "i.e."
Sure, I'll change it and send v2.
Let me know if anything more is needed to be correct, thanks!
Best regards,
I Hsin Cheng