We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5a594 commit d13f996Copy full SHA for d13f996
fs/ext4/super.c
@@ -5577,7 +5577,7 @@ static int __ext4_fill_super(struct fs_context *fc, struct super_block *sb)
5577
ext4_msg(sb, KERN_INFO, "recovery complete");
5578
err = ext4_mark_recovery_complete(sb, es);
5579
if (err)
5580
- goto failed_mount9;
+ goto failed_mount10;
5581
}
5582
5583
if (test_opt(sb, DISCARD) && !bdev_max_discard_sectors(sb->s_bdev))
@@ -5596,7 +5596,9 @@ static int __ext4_fill_super(struct fs_context *fc, struct super_block *sb)
5596
5597
return 0;
5598
5599
-failed_mount9:
+failed_mount10:
5600
+ ext4_quota_off_umount(sb);
5601
+failed_mount9: __maybe_unused
5602
ext4_release_orphan_info(sb);
5603
failed_mount8:
5604
ext4_unregister_sysfs(sb);
0 commit comments