ext4: update s_free_{inodes,blocks}_count during online resize
authorDarrick J. Wong <djwong@us.ibm.com>
Tue, 20 Mar 2012 19:46:11 +0000 (15:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 Mar 2012 19:46:11 +0000 (15:46 -0400)
When we're doing an online resize of an ext4 filesystem, we need to
update the free inode and block counts in the superblock so that fsck
doesn't complain.

Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found