]> www.infradead.org Git - users/dwmw2/linux.git/commit
bcachefs: Don't skip fake btree roots in fsck
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 10 Mar 2024 20:18:41 +0000 (16:18 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 3 Apr 2024 18:44:18 +0000 (14:44 -0400)
commitb268aa4e7fb8be3c50e25a09008fb2feed2cd345
tree1622daabef17cb99f7d13380f863949d47cf6bca
parentf2f61f4192de536fa36bebe49dc2c241213b53ee
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: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_gc.c