]> git.proxmox.com Git - qemu.git/commit
qcow2: Remove abort on free_clusters failure
authorKevin Wolf <kwolf@redhat.com>
Wed, 21 Apr 2010 09:37:52 +0000 (11:37 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 14 Jul 2010 09:45:07 +0000 (11:45 +0200)
commit729862401ddbf2554807f085e234e26625ba542c
treeededfaa69c7856d66d150604322e84dad84c0356
parent34d0d68bdf295fe834b7c49d3f610fe86f587c6e
qcow2: Remove abort on free_clusters failure

While it's true that during regular operation free_clusters failure would be a
bug, an I/O error can always happen. There's no need to kill the VM, the worst
thing that can happen (and it will) is that we leak some clusters.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit 003fad6e2cae5311d3aea996388c90e3ab17de90)
block/qcow2-refcount.c