mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-26 18:04:40 +00:00
scoutfs-utils: add max item vers to log trees
Add a field to the log_trees struct which records the greatest item version seen in items in the tree. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -426,6 +426,7 @@ struct scoutfs_log_trees {
|
||||
struct scoutfs_alloc_root data_avail;
|
||||
struct scoutfs_alloc_root data_freed;
|
||||
struct scoutfs_srch_file srch_file;
|
||||
__le64 max_item_vers;
|
||||
__le64 rid;
|
||||
__le64 nr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user