]> git.proxmox.com Git - qemu.git/commit
qcow2: Fix error handling for reading compressed clusters
authorKevin Wolf <kwolf@redhat.com>
Wed, 9 Feb 2011 09:26:06 +0000 (10:26 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 10 Feb 2011 12:23:44 +0000 (13:23 +0100)
commit8af364884355b3f0c5d60a2d2f427927739658ea
tree93e864055254dd0502413a748b0742b138beb9f5
parent3ab4c7e92d39d40e6dc0bdb1c2320889543691cb
qcow2: Fix error handling for reading compressed clusters

When reading a compressed cluster failed, qcow2 falsely returned success.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
block/qcow2-cluster.c
block/qcow2.c