Whamcloud - gitweb
tune2fs: warn if extents are not enabled when turning on metadata_csum
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 14 Dec 2014 02:57:20 +0000 (21:57 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 14 Dec 2014 02:57:20 +0000 (21:57 -0500)
commita742a128a04109a7c59a8520ec84674e17e35b1e
tree3bbe7929fa83213160fceb53968b1e58018ec625
parent506fc404bad01a34213b8d62ed0be8499f6a8eca
tune2fs: warn if extents are not enabled when turning on metadata_csum

Warn the user if we're trying to enable metadata_csum on a FS that
doesn't support extents (since block maps cannot contain checksums).

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c