]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2-refcount.c
qcow2: Don't ignore update_refcount return value
authorKevin Wolf <kwolf@redhat.com>
Wed, 20 Jan 2010 14:03:06 +0000 (15:03 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Jan 2010 20:59:19 +0000 (14:59 -0600)
commitdb3a964fb6d66bd50faca76968479bb62ed25330
tree9293d38c5c3df381afc49e528200fb7b2842d42a
parent7322afe7eaa7211285a38ccfb754a0a52911e394
qcow2: Don't ignore update_refcount return value

update_refcount can return errors that need to be handled by the callers.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block/qcow2-refcount.c