mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-01 13:47:11 +00:00
log_merges_started is incremented in finalize_and_start_log_merge() after we decide that we're going to do a merge; and in reclaim_open_log_tree(). log_merges_completed is incremented when we've successfully completed a merge (no errors and we did some work). The orphan-inodes test uses these to make sure the merge work from unlinks has completed before checking to see if the orphan scans have run. Signed-off-by: Chris Kirby <ckirby@versity.com>