ext4: create nojournal_checksum mount option
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Nov 2014 21:20:50 +0000 (16:20 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 25 Nov 2014 21:20:50 +0000 (16:20 -0500)
Create a mount option to disable journal checksumming (because the
metadata_csum feature turns it on by default now), and fix remount not
to allow changing the journal checksumming option, since changing the
mount options has no effect on the journal.

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

No differences found