commit | 493024ea1d74e4cb48aac3a24111f5c8da343e9f | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jun 13 14:00:00 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jun 13 14:00:00 2010 -0400 |
tree | 778814d2e8d21e4c03093cae8be4cd6f1f0827da | |
parent | 02d6f47e9647d3155a38c8676c2da6ea773d9b68 [diff] |
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>