projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60573ff
)
bcachefs: fix fsck error
author
Kent Overstreet
<kent.overstreet@linux.dev>
Sun, 25 Dec 2022 20:31:27 +0000
(15:31 -0500)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:48 +0000
(17:09 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_io.c
patch
|
blob
|
history
diff --git
a/fs/bcachefs/btree_io.c
b/fs/bcachefs/btree_io.c
index
9dedac2
..
81f513c
100644
(file)
--- a/
fs/bcachefs/btree_io.c
+++ b/
fs/bcachefs/btree_io.c
@@
-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; \
} \