]> git.hungrycats.org Git - bees/commit
crawl: deprecate use of BeesCrawl to search the extent tree
authorZygo Blaxell <bees@furryterror.org>
Mon, 3 Feb 2025 23:28:55 +0000 (18:28 -0500)
committerZygo Blaxell <bees@furryterror.org>
Fri, 7 Feb 2025 03:43:22 +0000 (22:43 -0500)
commit1aea2d2f968936eccaf57f3ff69d6a6a0bb5eb3e
tree3fd175d5d83b892fc25b13d0d926860eb3a84acb
parent673b45067197965a5f800fb14d59a34a442964ed
crawl: deprecate use of BeesCrawl to search the extent tree

BeesScanModeExtent can do that by itself now.  Overloading the subvol
crawl code resulted in an ugly, inefficient hack, and we definitely
don't want to accidentally continue to use it.

Remove the support for reading the extent tree and add some `assert`s
to make sure it isn't still used somewhere.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
src/bees-roots.cc