Commit b268aa4e authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Don't skip fake btree roots in fsck



When a btree root is unreadable, we might still have keys fro the
journal to walk and mark.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent f2f61f41
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -931,9 +931,6 @@ static int bch2_gc_btree_init(struct btree_trans *trans,

	b = bch2_btree_id_root(c, btree_id)->b;

	if (btree_node_fake(b))
		return 0;

	six_lock_read(&b->c.lock, NULL, NULL);
	printbuf_reset(&buf);
	bch2_bpos_to_text(&buf, b->data->min_key);