Fix really stupid typo.

bitmap-optimize
Theodore Ts'o 2001-07-10 14:34:41 -04:00
parent 3c6b8977d4
commit 0f2cfe2579
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ int e2fsck_run_ext3_journal(e2fsck_t ctx)
return EXT2_ET_FILE_RO;
}
if (fs->flags & EXT2_FLAG_DIRTY)
if (ctx->fs->flags & EXT2_FLAG_DIRTY)
ext2fs_flush(ctx->fs); /* Force out any modifications */
recover_retval = recover_ext3_journal(ctx);