]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
mkfs: enable inobtcount and bigtime by default xfsprogs-5.15-fixes_2022-01-19
authorDarrick J. Wong <djwong@kernel.org>
Thu, 6 Jan 2022 22:13:18 +0000 (14:13 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 20 Jan 2022 00:02:51 +0000 (16:02 -0800)
Enable the inode btree counters and large timestamp features by default.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
mkfs/xfs_mkfs.c

index af536a8ae689a4ac788c125d52479daa18c167f9..96682f9a3958754b73200b09477392a35264295a 100644 (file)
@@ -3870,11 +3870,11 @@ main(
                        .spinodes = true,
                        .rmapbt = false,
                        .reflink = true,
-                       .inobtcnt = false,
+                       .inobtcnt = true,
                        .parent_pointers = false,
                        .nodalign = false,
                        .nortalign = false,
-                       .bigtime = false,
+                       .bigtime = true,
                        /*
                         * When we decide to enable a new feature by default,
                         * please remember to update the mkfs conf files.