From: Theodore Ts'o Date: Tue, 20 Feb 2001 16:31:38 +0000 (+0000) Subject: journal.c: X-Git-Tag: E2FSPROGS-1_20~99 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e9e2a20a11226f50a179f4686826de26cb9bdfaa;p=tools%2Fe2fsprogs.git journal.c: Fix stupid typo. --- 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);