ext4: update the s_overhead_clusters in the backup sb's when resizing
[linux-2.6-microblaze.git] / fs / ext4 / super.c
index 845f2f8..6a8a752 100644 (file)
@@ -5523,7 +5523,7 @@ static int ext4_fill_super(struct super_block *sb, struct fs_context *fc)
                         "Quota mode: %s.", descr, ext4_quota_mode(sb));
 
        /* Update the s_overhead_clusters if necessary */
-       ext4_update_overhead(sb);
+       ext4_update_overhead(sb, false);
        return 0;
 
 free_sbi: