Whamcloud - gitweb
mke2fs.conf: enable the metadata_csum_seed and orphan_file features by default
authorTheodore Ts'o <tytso@mit.edu>
Wed, 31 Aug 2022 11:07:14 +0000 (07:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 31 Aug 2022 15:58:23 +0000 (11:58 -0400)
commitfe341d59ee9696f66ec8cd1bf9615ee1a107824f
tree4707d1d81a51c03a8407abc7a7b6ec75ca3fc164
parentddd35c995a3e5bb3a280b57dc6af573b0f4080e3
mke2fs.conf: enable the metadata_csum_seed and orphan_file features by default

The orphan_file feature is a compat feature which is first supported
in the Linux kernel in 5.15.

The metadata_csum_seed feature is an incompat feature which is first
supported in the Linux kernel starting in the 4.4 kernel and e2fsprogs
1.43.

Note: In order for grub to be able to accept a file system with
metadata_csum_seed, it must have commit 7fd5feff97c4 ("fs/ext2: Ignore
checksum seed incompat feature").  This commit landed in July 2021,
which just missed the Grub 2.06 release in June 2021.  Grub 2.11 was
slated for "H1'2022" but unfortunately it has not yet been released as
of this writing.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.conf.in