scoutfs-utils: remove scoutfs_log_trees_val

We're just using the one log_trees struct for both network messages and
persistent btree item values.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2020-10-30 11:12:52 -07:00
committed by Zach Brown
parent 5701182665
commit 42bf0980b6
2 changed files with 26 additions and 32 deletions
-10
View File
@@ -430,16 +430,6 @@ struct scoutfs_log_trees {
__le64 nr;
};
struct scoutfs_log_trees_val {
struct scoutfs_alloc_list_head meta_avail;
struct scoutfs_alloc_list_head meta_freed;
struct scoutfs_btree_root item_root;
struct scoutfs_btree_ref bloom_ref;
struct scoutfs_alloc_root data_avail;
struct scoutfs_alloc_root data_freed;
struct scoutfs_srch_file srch_file;
};
struct scoutfs_log_item_value {
__le64 vers;
__u8 flags;