]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
qcow2: Fix error cases to run depedent requests
authorKevin Wolf <kwolf@redhat.com>
Thu, 1 Sep 2011 13:02:13 +0000 (15:02 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 6 Sep 2011 09:23:51 +0000 (11:23 +0200)
commit0fa9131a44943cc14c931a23eee040da4cc0c454
tree8b8a8b9710534a0550f174cbb75674293cad2f60
parent8e217d5384a38bdb4727c4e22d7ed64c351361f7
qcow2: Fix error cases to run depedent requests

Requests depending on a failed request would end up waiting forever. This fixes
the error path to continue dependent requests even when the request has failed.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2.c