You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix for when we should increase tree depth in journal replay was
entirely bogus.
We should only increase the tree depth in journal replay when recovery
from btree node scan, and then only for keys found by btree node scan.
This needs additional work - we should be shooting down existing
interior node pointers when recovery from scan, they shouldn't be
showing up here.
Fixes: b47a82f ("bcachefs: Only run 'increase_depth' for keys from btree node csan")
Cc: Alan Huang <[email protected]>
Reported-by: [email protected]
Signed-off-by: Kent Overstreet <[email protected]>
0 commit comments