]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: init statistics after journal recovery
authorDmitry Monakhov <dmonakhov@openvz.org>
Mon, 31 May 2010 02:49:55 +0000 (22:49 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 2 Aug 2010 17:21:20 +0000 (10:21 -0700)
commitb502cbd52881b5a7f86fc126f6b1e0e58fbc9b0c
tree12e187e056fccedae6daa65a49905f8a9f3a5bdb
parent55a83256dc7c79c85531b003a71bba37852a48af
ext4: init statistics after journal recovery

commit 84061e07c5fbbbf9dc8aef8fb750fc3a2dfc31f3 upstream (as of v2.6.34-git13)

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/super.c