From e9e2a20a11226f50a179f4686826de26cb9bdfaa Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 20 Feb 2001 16:31:38 +0000 Subject: [PATCH] journal.c: Fix stupid typo. --- e2fsck/journal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2fsck/journal.c b/e2fsck/journal.c index 50a9390..dd0aa6a 100644 --- a/e2fsck/journal.c +++ b/e2fsck/journal.c @@ -695,7 +695,7 @@ int e2fsck_run_ext3_journal(e2fsck_t ctx) return EXT2_ET_FILE_RO; } - ext2fs_flush(fs); /* Force out any modifications */ + ext2fs_flush(ctx->fs); /* Force out any modifications */ recover_retval = recover_ext3_journal(ctx); -- 1.8.3.1