[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 1/7] block: mirror: fix wrong comment of mirror_start
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [PULL 1/7] block: mirror: fix wrong comment of mirror_start |
Date: |
Wed, 28 Sep 2016 19:15:31 +0100 |
From: Yaowei Bai <address@hidden>
Obviously, we should write to '@target'.
Signed-off-by: Yaowei Bai <address@hidden>
Reviewed-by: Xiubo Li <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Message-id: address@hidden
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
include/block/block_int.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/block/block_int.h b/include/block/block_int.h
index ef3c047..3e79228 100644
--- a/include/block/block_int.h
+++ b/include/block/block_int.h
@@ -722,7 +722,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.
*/
--
2.7.4
- [Qemu-devel] [PULL 0/7] Block patches, Stefan Hajnoczi, 2016/09/28
- [Qemu-devel] [PULL 1/7] block: mirror: fix wrong comment of mirror_start,
Stefan Hajnoczi <=
- [Qemu-devel] [PULL 2/7] aio-posix: avoid unnecessary aio_epoll_enabled() calls, Stefan Hajnoczi, 2016/09/28
- [Qemu-devel] [PULL 5/7] coroutine: add qemu_coroutine_entered() function, Stefan Hajnoczi, 2016/09/28
- [Qemu-devel] [PULL 7/7] linux-aio: fix re-entrant completion processing, Stefan Hajnoczi, 2016/09/28
- [Qemu-devel] [PULL 4/7] libqos: fix qvring_init(), Stefan Hajnoczi, 2016/09/28
- [Qemu-devel] [PULL 3/7] iothread: check iothread->ctx before aio_context_unref to avoid assertion, Stefan Hajnoczi, 2016/09/28
- [Qemu-devel] [PULL 6/7] test-coroutine: test qemu_coroutine_entered(), Stefan Hajnoczi, 2016/09/28
- Re: [Qemu-devel] [PULL 0/7] Block patches, Peter Maydell, 2016/09/28