mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-21 23:42:23 +00:00
045b3ca8d4
Previously we had an unused function that could be flipped on to verify btree blocks during traversal. This refactors the block verifier a bit to be called by a verifying walker. This will let callers walk paths to leaves to verify the tree around operations, rather than verification being performed during the next walk. Signed-off-by: Zach Brown <zab@versity.com>