diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c index 8b70a470129314f2c5af9b5768c0ec56379b2f1e..e5c2713aa11ad44e1073266274fe536b99b6df42 100644 --- a/fs/ext4/resize.c +++ b/fs/ext4/resize.c @@ -1484,6 +1484,7 @@ static void ext4_update_super(struct super_block *sb, * Update the fs overhead information */ ext4_calculate_overhead(sb); + es->s_overhead_clusters = cpu_to_le32(sbi->s_overhead); if (test_opt(sb, DEBUG)) printk(KERN_DEBUG "EXT4-fs: added group %u:"