qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [Qemu-devel] [PATCH 1/2] block: mirror: fix wrong comme


From: Eric Blake
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH 1/2] block: mirror: fix wrong comment of mirror_start
Date: Wed, 14 Sep 2016 12:04:58 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

On 09/14/2016 06:03 AM, Yaowei Bai wrote:
> Obviously, we should write to '@target'.
> 
> Signed-off-by: Yaowei Bai <address@hidden>
> Reviewed-by: Xiubo Li <address@hidden>
> ---
>  include/block/block_int.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Eric Blake <address@hidden>

> diff --git a/include/block/block_int.h b/include/block/block_int.h
> index 1e939de..77d4e65 100644
> --- a/include/block/block_int.h
> +++ b/include/block/block_int.h
> @@ -730,7 +730,7 @@ void commit_active_start(const char *job_id, 
> BlockDriverState *bs,
>   * @errp: Error object.
>   *
>   * Start a mirroring operation on @bs.  Clusters that are allocated
> - * in @bs will be written to @bs until the job is cancelled or
> + * in @bs will be written to @target until the job is cancelled or
>   * manually completed.  At the end of a successful mirroring job,
>   * @bs will be switched to read from @target.
>   */
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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