mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-01 04:46:29 +00:00
Keys used to be variable length so the manifest struct on the wire ended in key payloads. The keys are now fixed size so that field is no longer necessary or used. It's an artifact that should have been removed when the keys were made fixed length. Signed-off-by: Zach Brown <zab@versity.com>