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>
Mon, 3 May 2010 08:07:32 +0000 (10:07 +0200)
commite3d17f8d49f23d83103c690c10f15a8e55deba06
treef99d05b8e7cd8ed36bca9d01793be2bb9c7cdc87
parent8bc64a2cd2571cbdc49cbe7eb647518871e289bf
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>
block/qcow2-refcount.c