Files
scoutfs/kmod
Chris KirbyandAuke Kok 4f6a867083 Use log merge counters to fix the orphan-inodes test
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>
2025-10-01 12:10:26 -07:00
..