]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
tune2fs: Update the block group checksums when changing the UUID
authorTheodore Ts'o <tytso@mit.edu>
Fri, 14 Nov 2008 22:42:27 +0000 (17:42 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 14 Nov 2008 22:42:27 +0000 (17:42 -0500)
commit9d4a4dc2870c46c74f815ec2bebe10b4701accf2
treed7ffc629c01d46df71208f6de3a598a44d9ed042
parente3d41d397fc10934cfcbdc3160649f3782224df9
tune2fs: Update the block group checksums when changing the UUID

Since the block group checksums depend on the UUID, we need to update
the block group checksums when setting the UUID.  We only do so if all
of the checksums are correct, however.

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