mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-21 14:46:42 +00:00
Add log merge item allocators to alloc detail
The alloc iterator needs to find and include the totals of the avail and freed allocator list heads in the log merge items. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -325,6 +325,7 @@ struct scoutfs_alloc_root {
|
||||
#define SCOUTFS_ALLOC_OWNER_SERVER 1
|
||||
#define SCOUTFS_ALLOC_OWNER_MOUNT 2
|
||||
#define SCOUTFS_ALLOC_OWNER_SRCH 3
|
||||
#define SCOUTFS_ALLOC_OWNER_LOG_MERGE 4
|
||||
|
||||
struct scoutfs_mounted_client_btree_val {
|
||||
union scoutfs_inet_addr addr;
|
||||
|
||||
Reference in New Issue
Block a user