diff --git a/fs/ext4/resize.c b/fs/ext4/resize.c
index 0f0bf9796efd4f7c24809b2b28c9b098d5ca1188..104093f8270455fe729ecf735a3c43fde4dfe320 100644
--- a/fs/ext4/resize.c
+++ b/fs/ext4/resize.c
@@ -1469,6 +1469,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:"