]> Git Repo - linux.git/commit
bcachefs: Fix hidden btree errors when reading roots
authorKent Overstreet <[email protected]>
Fri, 8 Nov 2024 05:25:18 +0000 (00:25 -0500)
committerKent Overstreet <[email protected]>
Fri, 8 Nov 2024 19:07:12 +0000 (14:07 -0500)
commitbcf77a05fb3d6210026483703bcacb22ed961c99
tree43ed3c2b3f973f5746804f1e9f14c0eca7f87c17
parentdc537189b5cf09e61839491fc6a465c5659d7dbd
bcachefs: Fix hidden btree errors when reading roots

We silence btree errors in btree_node_scan, since it's probing and
errors are expected: add a fake pass so that btree_node_scan is no
longer recovery pass 0, and we don't think we're in btree node scan when
reading btree roots.

Signed-off-by: Kent Overstreet <[email protected]>
fs/bcachefs/recovery_passes.c
fs/bcachefs/recovery_passes_types.h
This page took 0.052414 seconds and 4 git commands to generate.