Update bcachefs sources to 47854fc052af bcachefs: adjust BCH_MEMBER_STATE_evacuating for new semantics

This commit is contained in:
Kent Overstreet 2025-11-17 18:05:37 -05:00
parent 4d1f0d5340
commit b0a6966707
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
9a0aad1cf4047ff685a3f0f81af596f3c62ff70e
47854fc052affa886552a188272cff4e08a7582f

View File

@ -879,7 +879,7 @@ bool bch2_can_write_fs_with_devs(struct bch_fs *c, struct bch_devs_mask devs,
}
}
return bch2_can_read_fs_with_devs(c, devs, flags, err);
return true;
}
bool bch2_sb_has_journal(struct bch_sb *sb)