On 05/26/2017 03:21 PM, Kevin Wolf wrote:
> Signed-off-by: Kevin Wolf <kw...@redhat.com>
> ---
>  block/qed.c | 57 +++++++++++++++++++++++----------------------------------
>  1 file changed, 23 insertions(+), 34 deletions(-)
> 

>  /**
> - * Populate back untouched region of new data cluster
> + * Populate untouched regions of new data cluster
>   */
> -static void qed_aio_write_postfill(void *opaque, int ret)
> +static void qed_aio_write_cow(void *opaque, int ret)
>  {

It may be worth a mention in the commit message that you are renaming
things to use more common terminology in the process (in part because
you reduced a chained callback into one: qed_aio_write_alloc called
qed_aio_write_prefill called qed_aio_write_postfill).  Up to you.

Reviewed-by: Eric Blake <ebl...@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to