mirror of
https://github.com/versity/scoutfs.git
synced 2026-07-30 20:13:17 +00:00
scoutfs: remove unused keys manifest field
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>
This commit is contained in:
@@ -609,7 +609,6 @@ struct scoutfs_net_manifest_entry {
|
||||
struct scoutfs_key first;
|
||||
struct scoutfs_key last;
|
||||
__u8 level;
|
||||
__u8 keys[0];
|
||||
} __packed;
|
||||
|
||||
struct scoutfs_net_statfs {
|
||||
|
||||
Reference in New Issue
Block a user