Whamcloud - gitweb
journal.c:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 20 Feb 2001 16:31:38 +0000 (16:31 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 Feb 2001 16:31:38 +0000 (16:31 +0000)
  Fix stupid typo.

e2fsck/journal.c

index 50a9390..dd0aa6a 100644 (file)
@@ -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);