Whamcloud - gitweb
tune2fs: if turning off csum_seed and the UUID has changed, require fsck
authorTheodore Ts'o <tytso@mit.edu>
Sun, 25 Feb 2018 01:23:24 +0000 (20:23 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 25 Feb 2018 01:23:24 +0000 (20:23 -0500)
commit1dc5c3928d2766bb700ac11ad09ffb796bfe3ff6
treeefeedd2efe1848cbf7802addd3be365fa1d7f555
parent60f032bbc16772a12953ce7f6102609b9e452554
tune2fs: if turning off csum_seed and the UUID has changed, require fsck

In the case where the UUID has changed and the user wants to turn off
the csum_seed feature, it's important that file system be freshly
checked.  That's also the only case when it's necessary to recalculate
all of the metadata file systems.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c