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:
Zach Brown
2020-10-30 11:12:52 -07:00
committed by Zach Brown
parent 42bf0980b6
commit 66c6331131
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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;
};