summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChanglong Xie2016-06-23 10:57:21 +0200
committerJeff Cody2016-06-29 05:08:25 +0200
commit15d6729850728ee49859711dd40b00d8d85d94ee (patch)
tree8207a5051495552a6da4d2254e2f5d871e81cf84
parentblockjob: assert(cb) when create job (diff)
downloadqemu-15d6729850728ee49859711dd40b00d8d85d94ee.tar.gz
qemu-15d6729850728ee49859711dd40b00d8d85d94ee.tar.xz
qemu-15d6729850728ee49859711dd40b00d8d85d94ee.zip
mirror: fix misleading comments
s/target bs/to_replace/, also we check to_replace bs is not blocked in qmp_drive_mirror() not here Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com> Reviewed-by: Fam Zheng <famz@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Jeff Cody <jcody@redhat.com> Message-id: 1466672241-22485-3-git-send-email-xiecl.fnst@cn.fujitsu.com Signed-off-by: Jeff Cody <jcody@redhat.com>
-rw-r--r--block/mirror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/mirror.c b/block/mirror.c
index 5bac906d82..8d96049555 100644
--- a/block/mirror.c
+++ b/block/mirror.c
@@ -775,7 +775,7 @@ static void mirror_complete(BlockJob *job, Error **errp)
}
}
- /* check the target bs is not blocked and block all operations on it */
+ /* block all operations on to_replace bs */
if (s->replaces) {
AioContext *replace_aio_context;