On 7/5/22 2:39 AM, Zhang Boyang wrote: > The bigtime and inobtcount feature is enabled by default by > 1c08f0ae28b34d97b0a89c8483ef3c743914e85e (mkfs: enable inobtcount and > bigtime by default). This patch updates the manpage of mkfs to mention > this change. > > Signed-off-by: Zhang Boyang <zhangboyang.id@xxxxxxxxx> Thanks! Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> > --- > man/man8/mkfs.xfs.8.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man/man8/mkfs.xfs.8.in b/man/man8/mkfs.xfs.8.in > index 7b7e4f48..cd69ee0a 100644 > --- a/man/man8/mkfs.xfs.8.in > +++ b/man/man8/mkfs.xfs.8.in > @@ -211,7 +211,7 @@ December 1901 to January 2038, and quota timers from January 1970 to February > .IP > By default, > .B mkfs.xfs > -will not enable this feature. > +will enable this feature. > If the option > .B \-m crc=0 > is used, the large timestamp feature is not supported and is disabled. > @@ -264,7 +264,7 @@ This can be used to reduce mount times when the free inode btree is enabled. > .IP > By default, > .B mkfs.xfs > -will not enable this option. > +will enable this option. > This feature is only available for filesystems created with the (default) > .B \-m finobt=1 > option set.