Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec53cf
)
journal.c:
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 20 Feb 2001 16:31:38 +0000
(16:31 +0000)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 20 Feb 2001 16:31:38 +0000
(16:31 +0000)
Fix stupid typo.
e2fsck/journal.c
patch
|
blob
|
history
diff --git
a/e2fsck/journal.c
b/e2fsck/journal.c
index
50a9390
..
dd0aa6a
100644
(file)
--- 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);