]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
mke2fs: Fix up the fs type and feature selection for 64-bit blocks
authorTheodore Ts'o <tytso@mit.edu>
Sun, 13 Jun 2010 18:00:00 +0000 (14:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 13 Jun 2010 18:00:00 +0000 (14:00 -0400)
commit493024ea1d74e4cb48aac3a24111f5c8da343e9f
tree778814d2e8d21e4c03093cae8be4cd6f1f0827da
parent02d6f47e9647d3155a38c8676c2da6ea773d9b68
mke2fs: Fix up the fs type and feature selection for 64-bit blocks

We need to defer setting the blocks count field in the fs_param
structure until it is known whether 64-bit feature will be enabled
(and whether the blocks count is valid).

We also add a new mke2fs.conf configuration parameter,
auto_64-bit_support which will automatically enable the 64-bit feature
if the number of blocks requires it.

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