ext4: initialize the percpu counters before replaying the journal
authorTheodore Ts'o <tytso@mit.edu>
Wed, 3 Nov 2010 16:03:21 +0000 (12:03 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Nov 2010 16:03:21 +0000 (12:03 -0400)
We now initialize the percpu counters before replaying the journal,
but after the journal, we recalculate the global counters, to deal
with the possibility of the per-blockgroup counts getting updated by
the journal replay.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c

diff --cc fs/ext4/super.c
Simple merge