commit | ce7e010aef63dc6b37a2354f7c9f5f4aedb37978 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Nov 03 12:03:21 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Nov 03 12:03:21 2010 -0400 |
tree | 458ee0c4887e989522e62701350edf9571dfce48 | |
parent | b2c78cd09b6ef78c8f20190f0b3e6df1d3651b70 [diff] |
ext4: initialize the percpu counters before replaying the journal 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>