commit | 22f0dd29afd6011b2b7a94bf860502eafce4ddd5 | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Fri Sep 27 12:14:16 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Sep 27 17:22:43 2013 +0200 |
tree | 2d8d0edfce9380395c79871eef22e09331640d68 | |
parent | 15684a474286cc2c6106c756ddd095a21d058970 [diff] |
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>