ChangeLog, journal.c:

journal.c (e2fsck_run_ext3_journal): Force a flush of the filesystem
  	and io_channel before replaying the journal.
bitmap-optimize
Theodore Ts'o 2001-02-13 04:32:53 +00:00
parent c5423c5b3e
commit d051521278
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-02-12 Theodore Tso <tytso@valinux.com>
* journal.c (e2fsck_run_ext3_journal): Force a flush of the
filesystem and io_channel before replaying the journal.
2001-01-17 Theodore Ts'o <tytso@valinux.com>
* pass1.c (check_blocks): Fix large file checking code so that

View File

@ -695,6 +695,8 @@ int e2fsck_run_ext3_journal(e2fsck_t ctx)
return EXT2_ET_FILE_RO;
}
ext2fs_flush(fs); /* Force out any modifications */
recover_retval = recover_ext3_journal(ctx);
/*