mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
bcachefs: fix fsck error
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
60573ff5d0
commit
149651dc6c
@ -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; \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user