qcow2: COMPRESSED on count_contiguous_clusters
authorMax Reitz <mreitz@redhat.com>
Fri, 27 Sep 2013 10:14:16 +0000 (12:14 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 27 Sep 2013 15:22:43 +0000 (17:22 +0200)
commit22f0dd29afd6011b2b7a94bf860502eafce4ddd5
tree2d8d0edfce9380395c79871eef22e09331640d68
parent15684a474286cc2c6106c756ddd095a21d058970
qcow2: COMPRESSED on count_contiguous_clusters

Compressed clusters can never be contiguous, therefore the corresponding
flag does not need to be given explicitly to count_contiguous_clusters.

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