mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add set_cluster_refcount_track_freed() helper to consolidate the common pattern of setting a cluster refcount and tracking freed refblocks. This reduces code duplication and improves readability. Signed-off-by: Anatol Belski <anbelski@linux.microsoft.com>