commit | 210baa5d8a58f84ab12772e80a839a4e74a54134 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Oct 27 16:32:31 2014 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Nov 05 11:16:57 2014 -0500 |
tree | 18b5d1ddea8aed1760134ef09b1d1ec57ca58bb5 | |
parent | 11ca1e9294e19419d99f976387c030f5117dd6d7 [diff] |
mke2fs: warn if enabling metadata_csum on a pre-3.18 kernel The metadata_csum feature (really, the journal checksum disk format) didn't stabilize until the 3.18 kernel, at which point the companion journal_csum feature was turned on by default if metadata_csum was enabled. Therefore, warn the user if they try to create such a filesystem on a pre-3.18 kernel. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>