Declare full kvecs in manifest

The manifest had silly single kvecs instead of the macros that define
our maximal kvecs.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2016-12-03 19:18:06 -08:00
parent 6957c73aba
commit f3288f27c6

View File

@@ -41,8 +41,8 @@ struct manifest_entry {
struct rb_node node;
};
struct kvec *first;
struct kvec *last;
SCOUTFS_DECLARE_KVEC(first);
SCOUTFS_DECLARE_KVEC(last);
u64 segno;
u64 seq;
u8 level;