qcow2: Free preallocated zero clusters
authorMax Reitz <mreitz@redhat.com>
Wed, 9 Oct 2013 08:44:28 +0000 (10:44 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Oct 2013 14:49:59 +0000 (16:49 +0200)
commit8f730dd24edd2576ecbd596de7ea4361296b129c
treea82884d03377a86f789449b757377a64fc6bbeb5
parent998b959c1e59044f5d5f64c482f4ce8facc8e0bc
qcow2: Free preallocated zero clusters

In qcow2_free_any_clusters, preallocated zero clusters should be freed
just as normal clusters are.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2-refcount.c