commit | 1dc5c3928d2766bb700ac11ad09ffb796bfe3ff6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Feb 24 20:23:24 2018 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Feb 24 20:23:24 2018 -0500 |
tree | efeedd2efe1848cbf7802addd3be365fa1d7f555 | |
parent | 60f032bbc16772a12953ce7f6102609b9e452554 [diff] |
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>