diff options
author | Theodore Ts'o <tytso@mit.edu> | 1998-02-20 05:24:59 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1998-02-20 05:24:59 +0000 |
commit | 63c4969c54cdb91f5644fde33d301b5b417e6995 (patch) | |
tree | 130adc445d14546a092df40f00553780b5458826 /e2fsck/ChangeLog | |
parent | 4313932cd77c9323fbfe4cacf4d1dc84c95a39de (diff) | |
download | e2fsprogs-63c4969c54cdb91f5644fde33d301b5b417e6995.tar.gz |
ChangeLog, pass5.c:
pass5.c (check_block_bitmaps, check_inode_bitmaps): Don't call
end_problem_latch() unless there was actually a problem latched.
Simplifies semantics of the latch processing.
Diffstat (limited to 'e2fsck/ChangeLog')
-rw-r--r-- | e2fsck/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index 3178f4de..a77f197b 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,3 +1,9 @@ +Tue Feb 17 19:03:44 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * pass5.c (check_block_bitmaps, check_inode_bitmaps): Don't call + end_problem_latch() unless there was actually a problem + latched. Simplifies semantics of the latch processing. + Mon Feb 16 17:31:44 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> * e2fsck.h: Add new field, priv_data to the e2fsck context |