| Submitter | Benoît Canet |
|---|---|
| Date | Jan. 16, 2013, 4:25 p.m. |
| Message ID | <1358353508-5369-10-git-send-email-benoit@irqsave.net> |
| Download | mbox | patch |
| Permalink | /patch/212999/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/block/qcow2-dedup.c b/block/qcow2-dedup.c index 4a1b184..db23b71 100644 --- a/block/qcow2-dedup.c +++ b/block/qcow2-dedup.c @@ -1024,6 +1024,7 @@ void qcow2_dedup_refcount_half_max_reached(BlockDriverState *bs, /* remove the QCowHashNode from ram so we won't use it anymore for dedup */ qcow2_remove_hash_node(bs, hash_node); + s->dedup_metrics.refcount_overflows++; } bool qcow2_dedup_is_running(BlockDriverState *bs)