mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-06 20:16:25 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user