mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-26 18:13:01 +00:00
Inserting an item over an existing key was super broken. Now that we're not replacing we can't stop descent if we find an existing item. We need to keep descending and then insert. And the caller needs to, you know, actually remove the existing item when it's found -- not the item it just inserted :P. Signed-off-by: Zach Brown <zab@versity.com>