From: Darrick J. Wong Date: Tue, 29 Oct 2024 00:03:34 +0000 (-0700) Subject: mkfs: add a config file for 6.12 LTS kernels X-Git-Tag: v6.12.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d19c5581b03e236de3737a35e53c99529ac8e912;p=thirdparty%2Fxfsprogs-dev.git mkfs: add a config file for 6.12 LTS kernels We didn't add any new ondisk features in 2023, so the config file is the same. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig --- diff --git a/mkfs/Makefile b/mkfs/Makefile index a6173083..754a17ea 100644 --- a/mkfs/Makefile +++ b/mkfs/Makefile @@ -16,7 +16,8 @@ CFGFILES = \ lts_5.10.conf \ lts_5.15.conf \ lts_6.1.conf \ - lts_6.6.conf + lts_6.6.conf \ + lts_6.12.conf LLDLIBS += $(LIBXFS) $(LIBXCMD) $(LIBFROG) $(LIBRT) $(LIBBLKID) \ $(LIBUUID) $(LIBINIH) $(LIBURCU) $(LIBPTHREAD) diff --git a/mkfs/lts_6.12.conf b/mkfs/lts_6.12.conf new file mode 100644 index 00000000..35b79082 --- /dev/null +++ b/mkfs/lts_6.12.conf @@ -0,0 +1,19 @@ +# V5 features that were the mkfs defaults when the upstream Linux 6.12 LTS +# kernel was released at the end of 2024. + +[metadata] +bigtime=1 +crc=1 +finobt=1 +inobtcount=1 +reflink=1 +rmapbt=1 +autofsck=0 + +[inode] +sparse=1 +nrext64=1 +exchange=0 + +[naming] +parent=0