Whamcloud - gitweb
LU-8364 ldiskfs: fixes for failover mode
[fs/lustre-release.git] / ldiskfs / kernel_patches / patches / rhel6.3 / ext4-dont-check-before-replay.patch
index e0af295..57bf9fe 100644 (file)
@@ -24,7 +24,7 @@ journal replay.
  no_journal:
 +      if (!ext4_check_descriptors(sb, &first_not_zeroed)) {
 +              ext4_msg(sb, KERN_ERR, "group descriptors corrupted!");
-+              goto failed_mount2;
++              goto failed_mount_wq;
 +      }
        if (test_opt(sb, NOBH)) {
                if (!(test_opt(sb, DATA_FLAGS) == EXT4_MOUNT_WRITEBACK_DATA)) {