mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-10 08:59:11 +00:00
Let the callback for scoutfs_btree_read_items() specify a new key to iterate from in the block rather than always iterating over all the items. The callback returns a specific error to trigger this behavior and none of the current callers can return this error value. Signed-off-by: Zach Brown <zab@versity.com>