From c1c7178137bfc7453f128168c62a9082dc29ea83 Mon Sep 17 00:00:00 2001 From: Zhang Boyang Date: Tue, 12 Jul 2022 13:30:42 -0500 Subject: [PATCH] mkfs: update manpage of bigtime and inobtcount 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 Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- 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 1d8c55f0a..c9e9a9a6d 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. -- 2.39.2