qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC V6 22/33] qcow2: Remove hash when cluster is delet


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [RFC V6 22/33] qcow2: Remove hash when cluster is deleted.
Date: Thu, 7 Feb 2013 11:31:26 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Feb 06, 2013 at 01:31:55PM +0100, Benoît Canet wrote:
> diff --git a/block/qcow2-dedup.c b/block/qcow2-dedup.c
> index 4819eb3..1ed219d 100644
> --- a/block/qcow2-dedup.c
> +++ b/block/qcow2-dedup.c
> @@ -942,6 +942,32 @@ int qcow2_dedup_store_new_hashes(BlockDriverState *bs,
>      return ret;
>  }
>  
> +/* Clean the last reference to a given cluster when it's refcount is zero

s/it's/its/

> + *
> + * @cluster_index: the index of the physical cluster
> + */
> +void qcow2_dedup_refcount_zero_reached(BlockDriverState *bs,
> +                                      uint64_t cluster_index)

"refcount zero reached" is the condition under which this function is
called.  It does not describe what the function actually does.

Maybe qcow2_dedup_write_zeroed_hash()?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]