ext4: init statistics after journal recovery
authorDmitry Monakhov <dmonakhov@openvz.org>
Sun, 16 May 2010 12:00:00 +0000 (08:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 16 May 2010 12:00:00 +0000 (08:00 -0400)
commit84061e07c5fbbbf9dc8aef8fb750fc3a2dfc31f3
tree91f3e08999ea72b51b246c521ffc31d2c55eea90
parentd17413c08cd2b1dd2bf2cfdbb0f7b736b2b2b15c
ext4: init statistics after journal recovery

Currently block/inode/dir counters initialized before journal was
recovered. In fact after journal recovery this info will probably
change. And freeblocks it critical for correct delalloc mode
accounting.

https://bugzilla.kernel.org/show_bug.cgi?id=15768

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c