]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
mkfs.xfs: add mkfs config file for the 6.1 LTS kernel
authorDarrick J. Wong <djwong@kernel.org>
Wed, 23 Nov 2022 17:09:44 +0000 (09:09 -0800)
committerCarlos Maiolino <cem@kernel.org>
Fri, 9 Dec 2022 09:18:19 +0000 (10:18 +0100)
Add a new mkfs config file to reflect the default featureset for the 6.1
LTS release.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
mkfs/Makefile
mkfs/lts_6.1.conf [new file with mode: 0644]

index 55d9362f6b6b1cfd4d7c74831be7b109c1beb43b..6c7ee186fa2b023066924001ea4de371a901fee5 100644 (file)
@@ -14,7 +14,8 @@ CFGFILES = \
        lts_4.19.conf \
        lts_5.4.conf \
        lts_5.10.conf \
-       lts_5.15.conf
+       lts_5.15.conf \
+       lts_6.1.conf
 
 LLDLIBS += $(LIBXFS) $(LIBXCMD) $(LIBFROG) $(LIBRT) $(LIBBLKID) \
        $(LIBUUID) $(LIBINIH) $(LIBURCU) $(LIBPTHREAD)
diff --git a/mkfs/lts_6.1.conf b/mkfs/lts_6.1.conf
new file mode 100644 (file)
index 0000000..08bbe9f
--- /dev/null
@@ -0,0 +1,14 @@
+# V5 features that were the mkfs defaults when the upstream Linux 6.1 LTS
+# kernel was released at the end of 2022.
+
+[metadata]
+nrext64=0
+bigtime=1
+crc=1
+finobt=1
+inobtcount=1
+reflink=1
+rmapbt=0
+
+[inode]
+sparse=1