Home
last modified time | relevance | path

Searched hist:"320 c7066" (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dqcow2-cluster.c320c7066 Fri Sep 27 08:21:48 GMT 2013 Max Reitz <mreitz@redhat.com> qcow2: Free only newly allocated clusters on error

In expand_zero_clusters_in_l1, a new cluster is only allocated if it was
not already preallocated. On error, such preallocated clusters should
not be freed, but only the newly allocated ones.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>