diff options
author | Theodore Ts'o <tytso@mit.edu> | 2003-04-05 22:50:44 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2003-04-05 22:50:44 -0500 |
commit | 2a77a784a327835dbf0c8aa92978f201e44fbc26 (patch) | |
tree | 6a71f0397942c0af08a115016b685fa909dcd76a /tests/ChangeLog | |
parent | 085c2af234c5571f372466801837fa26f03feae1 (diff) | |
download | e2fsprogs-2a77a784a327835dbf0c8aa92978f201e44fbc26.tar.gz |
E2fsck now updates the global free block and
inode counters from the block group specific counters
quietly. This is needed for an experimental patch which
eliminates locking the entire filesystem when allocating
blocks or inodes; if the filesystem is not unmounted
cleanly, the global counts may not be accurate.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 11620322..40659073 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,10 @@ +2003-04-05 Theodore Ts'o <tytso@mit.edu> + + * f_baddir, f_dup, f_dup2, f_end-bitmap, f_lpf: Update test cases + to deal with changes to automatically calculate and update + the global inode and block counts at the beginning of the + e2fsck run. + 2003-03-25 Theodore Ts'o <tytso@mit.edu> * f_h_badnode, f_h_badroot, f_h_reindex: Updated expect script to |