Whamcloud - gitweb
e2fsck: don't try to set a UUID on metadata_csum file systems
authorTheodore Ts'o <tytso@mit.edu>
Sat, 16 Apr 2016 00:51:36 +0000 (20:51 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 16 Apr 2016 00:51:36 +0000 (20:51 -0400)
commit24b8916a6204e3f129b8bf84dfa275820e5e9775
treeeb829de4cd579276133fce0fc5db6d8d2bdfde63
parentb4f02c9f32e37d082b3828d138d405c10263beab
e2fsck: don't try to set a UUID on metadata_csum file systems

If the UUID field is NULL, e2fsck will try to generate and set a new
UUID.  This will cause massive problems if the metadata_csum feature
is set, so avoid doing so in that case.

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