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:
Zach Brown
2018-08-28 15:34:30 -07:00
committed by Zach Brown
parent 0adbd7e439
commit 1ed0c6017f
-1
View File
@@ -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 {