aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index e14d22c170d5..8d7539c9d778 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3008,7 +3008,7 @@ no_journal:
3008 ext4_ext_init(sb); 3008 ext4_ext_init(sb);
3009 err = ext4_mb_init(sb, needs_recovery); 3009 err = ext4_mb_init(sb, needs_recovery);
3010 if (err) { 3010 if (err) {
3011 ext4_msg(sb, KERN_ERR, "failed to initalize mballoc (%d)", 3011 ext4_msg(sb, KERN_ERR, "failed to initialize mballoc (%d)",
3012 err); 3012 err);
3013 goto failed_mount4; 3013 goto failed_mount4;
3014 } 3014 }