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 d9466a508414..dbc9544c7087 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3768,7 +3768,7 @@ no_journal:
3768 } 3768 }
3769 3769
3770 ext4_ext_init(sb); 3770 ext4_ext_init(sb);
3771 err = ext4_mb_init(sb, needs_recovery); 3771 err = ext4_mb_init(sb);
3772 if (err) { 3772 if (err) {
3773 ext4_msg(sb, KERN_ERR, "failed to initialize mballoc (%d)", 3773 ext4_msg(sb, KERN_ERR, "failed to initialize mballoc (%d)",
3774 err); 3774 err);