]> git.proxmox.com Git - mirror_qemu.git/commit
block/stream: Fix error path
authorMax Reitz <mreitz@redhat.com>
Wed, 3 Jul 2019 17:28:03 +0000 (19:28 +0200)
committerMax Reitz <mreitz@redhat.com>
Mon, 15 Jul 2019 13:48:40 +0000 (15:48 +0200)
commit17a7c39248fc629469d6f66c6122db841b736bc7
tree494171706346fac2c463568044721a835513b744
parente5182c1c57ac9aa0e9c399b9c60af3c41cff35b4
block/stream: Fix error path

As of commit c624b015bf14fe01f1e6452a36e63b3ea1ae4998, the stream job
only freezes the chain until the overlay of the base node.  The error
path must consider this.

Fixes: c624b015bf14fe01f1e6452a36e63b3ea1ae4998
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190703172813.6868-3-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/stream.c