Commit 149651dc authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: fix fsck error

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 60573ff5
......@@ -557,7 +557,7 @@ enum btree_validate_ret {
\
if (type == BTREE_ERR_FIXABLE && \
write == READ && \
!test_bit(BCH_FS_INITIAL_GC_DONE, &c->flags)) { \
!test_bit(BCH_FS_FSCK_DONE, &c->flags)) { \
mustfix_fsck_err(c, "%s", out.buf); \
goto out; \
} \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment