Whamcloud - gitweb
Fix really stupid typo.
authorTheodore Ts'o <tytso@mit.edu>
Tue, 10 Jul 2001 18:34:41 +0000 (14:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 10 Jul 2001 18:34:41 +0000 (14:34 -0400)
e2fsck/journal.c

index 96329df..dcdcfb9 100644 (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);