mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-02 14:17:15 +00:00
The ring node rb walker was returning an exact match for the search key instead of the last node that was traversed. This stopped callers from then iterating from the traversed node to find the next or previous node. Signed-off-by: Zach Brown <zab@versity.com>