mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-19 22:44:19 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user