]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Delete incorrect BTREE_ID_NR assertion
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 6 Jun 2024 18:02:11 +0000 (14:02 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 10 Jun 2024 17:17:16 +0000 (13:17 -0400)
commit04f635ede85b2e7457f3029b9179079a8ac42ff4
tree013f9a9717808058d2ac62ef5500696f10e7fd8d
parent1c8cc24eef4a0e824f75e38f82766e4baede24ca
bcachefs: Delete incorrect BTREE_ID_NR assertion

for forwards compat we now explicitly allow mounting and using
filesystems with unknown btrees, and we have to walk them for fsck.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_iter.c