From: Fam Zheng <f...@redhat.com> Reported-by: Max Reitz <mre...@redhat.com> Signed-off-by: Fam Zheng <f...@redhat.com> Message-id: 20180702025836.20957-4-f...@redhat.com Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com> Signed-off-by: Max Reitz <mre...@redhat.com> --- block/qcow2.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/block/qcow2.c b/block/qcow2.c index d4ba0f781a..f327116e52 100644 --- a/block/qcow2.c +++ b/block/qcow2.c @@ -3299,7 +3299,6 @@ qcow2_co_copy_range_from(BlockDriverState *bs, case QCOW2_CLUSTER_COMPRESSED: ret = -ENOTSUP; goto out; - break; case QCOW2_CLUSTER_NORMAL: child = bs->file; -- 2.17.1