diff options
| author | Changlong Xie | 2016-06-23 10:57:21 +0200 |
|---|---|---|
| committer | Jeff Cody | 2016-06-29 05:08:25 +0200 |
| commit | 15d6729850728ee49859711dd40b00d8d85d94ee (patch) | |
| tree | 8207a5051495552a6da4d2254e2f5d871e81cf84 /block | |
| parent | blockjob: assert(cb) when create job (diff) | |
| download | qemu-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>
Diffstat (limited to 'block')
| -rw-r--r-- | block/mirror.c | 2 |
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; |
