mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-08 19:50:08 +00:00
The augmenting of the btree to track items with bits set was too fiddly for its own good. We were able to migrate old btree blocks with a simple stored key while also fixing livelocks as the parent and item bits got out of sync. This is now unused buggy code that can be removed. Signed-off-by: Zach Brown <zab@versity.com>