summaryrefslogtreecommitdiff
path: root/e2fsck/pass3.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2013-12-26 00:30:56 -0500
committerTheodore Ts'o <tytso@mit.edu>2013-12-26 00:30:56 -0500
commit2ffccc82c4b9ed935e45118e325896b70e9e3eb0 (patch)
tree4e0b62819779ae0bc0164d789773e6783a5440dc /e2fsck/pass3.c
parente4681bca170094430ef173b67345d2d8f0cfcea8 (diff)
parent7fcaabf8e80031b9919128c7cb8a86fdbcacb8f4 (diff)
downloade2fsprogs-2ffccc82c4b9ed935e45118e325896b70e9e3eb0.tar.gz
Merge branch 'maint' into next
Conflicts: lib/ext2fs/csum.c
Diffstat (limited to 'e2fsck/pass3.c')
-rw-r--r--e2fsck/pass3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/pass3.c b/e2fsck/pass3.c
index c57aab81..aaf177cb 100644
--- a/e2fsck/pass3.c
+++ b/e2fsck/pass3.c
@@ -112,7 +112,7 @@ void e2fsck_pass3(e2fsck_t ctx)
/*
* Force the creation of /lost+found if not present
*/
- if ((ctx->flags & E2F_OPT_READONLY) == 0)
+ if ((ctx->options & E2F_OPT_READONLY) == 0)
e2fsck_get_lost_and_found(ctx, 1);
/*