mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-07 20:45:18 +00:00
The manifest entries were changed to be a single contiguous allocation. The calculation of the vec that points to the last key vec was adding the key length in units of the add manifest struct. Adding the manifest wasn't setting the key lengths nor copying the keys into their position in the entry alloc. Signed-off-by: Zach Brown <zab@versity.com>