mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-10 04:30:10 +00:00
While online extents (non-zero size) worked just fine with this code, the offline extent code inserted a btree item without the appropriate key, which results in duplicate (null) keys being inserted, hence the "duplicate" error. All that is needed to fix is to put the created key in the btree item to be inserted. Signed-off-by: Auke Kok <auke.kok@versity.com>