--- block/qcow2-dedup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/qcow2-dedup.c b/block/qcow2-dedup.c index 64e5a13..4a1b184 100644 --- a/block/qcow2-dedup.c +++ b/block/qcow2-dedup.c @@ -991,6 +991,7 @@ void qcow2_dedup_refcount_zero_reached(BlockDriverState *bs, /* remove from ram if present so we won't dedup with it anymore */ qcow2_remove_hash_node_by_sector(bs, physical_sect); + s->dedup_metrics.deleted_clusters++; } /* Force to use a new physical cluster and QCowHashNode when the refcount pass -- 1.7.10.4
- [Qemu-devel] [RFC V5 05/62] qcow2: Create a way to link to l... Benoît Canet
- [Qemu-devel] [RFC V5 10/62] qcow2: Add qcow2_dedup_grow_tabl... Benoît Canet
- [Qemu-devel] [RFC V5 31/62] qcow2: Use large L2 table for de... Benoît Canet
- [Qemu-devel] [RFC V5 30/62] qcow2: Add lazy refcounts to ded... Benoît Canet
- [Qemu-devel] [RFC V5 14/62] qcow2: Load and save deduplicati... Benoît Canet
- [Qemu-devel] [RFC V5 40/62] qcow2: Collect deduplicated clus... Benoît Canet
- [Qemu-devel] [RFC V5 13/62] qcow2: Create qcow2_is_cluster_t... Benoît Canet
- [Qemu-devel] [RFC V5 38/62] qcow2: Initialize deduplication ... Benoît Canet
- [Qemu-devel] [RFC V5 48/62] qcow2: Add qcow2_dedup_update_me... Benoît Canet
- [Qemu-devel] [RFC V5 22/62] qcow2: Add qcow2_dedup_is_runnin... Benoît Canet
- [Qemu-devel] [RFC V5 44/62] qcow2: Count cluster deleted met... Benoît Canet
- [Qemu-devel] [RFC V5 56/62] block: Add bdrv_pause_dedup. Benoît Canet
- [Qemu-devel] [RFC V5 09/62] qcow2: Extract qcow2_dedup_grow_... Benoît Canet
- [Qemu-devel] [RFC V5 42/62] qcow2: Count QCowHashNode creati... Benoît Canet
- [Qemu-devel] [RFC V5 12/62] qcow2: make the deduplication fo... Benoît Canet