Re: [PATCH 07/27] VFS: Differentiate mount flags (MS_*) from internal superblock flags [ver #5]
From: David Howells
Date: Fri Jun 16 2017 - 11:54:39 EST
Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
> (1) Add a new SB field that is like s_flags but for the new flags,
Do we really need to do that? The SB_* flags are conumeric with the MS_*
flags they replace.
David