aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2012-06-11 12:45:32 -0700
committerKen Sumrall <ksumrall@android.com>2012-06-11 12:45:32 -0700
commit97bd1b76758fc5c78b000df9a8bc3840e4f1d31c (patch)
tree252ce92d528dca8b22a25f11c855b373fdf39da5
parenta8948fce2be374a697f38bcefc8c33271b83b432 (diff)
downloade2fsprogs-97bd1b76758fc5c78b000df9a8bc3840e4f1d31c.tar.gz
Revert "Fix e2fsck to run a full check if only the journal has recorded an error"
This reverts commit 8c157a2c73b27b3f3ae566be78279460a35ccbc1.
-rw-r--r--e2fsck/journal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/e2fsck/journal.c b/e2fsck/journal.c
index 30230575..155857d9 100644
--- a/e2fsck/journal.c
+++ b/e2fsck/journal.c
@@ -842,9 +842,6 @@ static errcode_t recover_ext3_journal(e2fsck_t ctx)
mark_buffer_dirty(journal->j_sb_buffer);
}
- if (ctx->fs->flags & EXT2_FLAG_DIRTY)
- ext2fs_flush(ctx->fs); /* Force out any modifications */
-
errout:
journal_destroy_revoke(journal);
journal_destroy_revoke_caches();