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 8e655f5acb3a..c597ec73da11 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -2999,7 +2999,7 @@ no_journal:
2999 err = ext4_setup_system_zone(sb); 2999 err = ext4_setup_system_zone(sb);
3000 if (err) { 3000 if (err) {
3001 ext4_msg(sb, KERN_ERR, "failed to initialize system " 3001 ext4_msg(sb, KERN_ERR, "failed to initialize system "
3002 "zone (%d)\n", err); 3002 "zone (%d)", err);
3003 goto failed_mount4; 3003 goto failed_mount4;
3004 } 3004 }
3005 3005