From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkDcS-00007E-U5 for qemu-devel@nongnu.org; Wed, 14 Sep 2016 13:05:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkDcQ-00071J-Rk for qemu-devel@nongnu.org; Wed, 14 Sep 2016 13:05:07 -0400 References: <1473851019-7005-1-git-send-email-baiyaowei@cmss.chinamobile.com> <1473851019-7005-2-git-send-email-baiyaowei@cmss.chinamobile.com> From: Eric Blake Message-ID: <288b5c4d-69ea-10f8-7d74-09c5b8ad2ff5@redhat.com> Date: Wed, 14 Sep 2016 12:04:58 -0500 MIME-Version: 1.0 In-Reply-To: <1473851019-7005-2-git-send-email-baiyaowei@cmss.chinamobile.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FW3ju23kxbrIur5KfkfOdeXJ49bFmUhA5" Subject: Re: [Qemu-devel] [PATCH 1/2] block: mirror: fix wrong comment of mirror_start List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yaowei Bai , stefanha@redhat.com, famz@redhat.com, jcody@redhat.com, kwolf@redhat.com, mreitz@redhat.com Cc: yjs-kernel@cmss.chinamobile.com, qemu-devel@nongnu.org, qemu-block@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --FW3ju23kxbrIur5KfkfOdeXJ49bFmUhA5 From: Eric Blake To: Yaowei Bai , stefanha@redhat.com, famz@redhat.com, jcody@redhat.com, kwolf@redhat.com, mreitz@redhat.com Cc: yjs-kernel@cmss.chinamobile.com, qemu-devel@nongnu.org, qemu-block@nongnu.org Message-ID: <288b5c4d-69ea-10f8-7d74-09c5b8ad2ff5@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/2] block: mirror: fix wrong comment of mirror_start References: <1473851019-7005-1-git-send-email-baiyaowei@cmss.chinamobile.com> <1473851019-7005-2-git-send-email-baiyaowei@cmss.chinamobile.com> In-Reply-To: <1473851019-7005-2-git-send-email-baiyaowei@cmss.chinamobile.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09/14/2016 06:03 AM, Yaowei Bai wrote: > Obviously, we should write to '@target'. >=20 > Signed-off-by: Yaowei Bai > Reviewed-by: Xiubo Li > --- > include/block/block_int.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 Reviewed-by: Eric Blake > 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, BlockD= riverState *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. > */ >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --FW3ju23kxbrIur5KfkfOdeXJ49bFmUhA5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJX2YM6AAoJEKeha0olJ0NqESMH/iF5jU/wxJdepdldKG2ahj1J JP/IMNMgBIKebp9Rp73FpG9fOidNpTh2XFRgH2sIBvjNJgHfdub1LNhx/73eaXWX C77d8RaTBftK9hcnLcadX8f9fL4K2Rq5hUtSaB6u1Bi91+3SbrM/JF33/xXSEVax jO1Fmb36BBtmBjsDON1+LBU5UupJUp5hh1JoB49wagotzKLjuYD/nh7QnNYaJZCd FihXHz4ftJrvBC8+MP5KvB0S4gKANO4aZ7iqeVuNMSz46eiNlhRbTIq4BmcOc3LL aIGFeHDqrOw0/4YXU78KiyD5CZlwUii6R3cYrMslUD886KaBsRJWVSyAfLGmKAE= =yr/0 -----END PGP SIGNATURE----- --FW3ju23kxbrIur5KfkfOdeXJ49bFmUhA5--