commit | 2bfcc4a0a0b5120b6518e1c823c18cf0e8b963cb | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Mar 15 16:37:40 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Apr 20 15:57:27 2012 +0200 |
tree | c2c246628e4a98043b6d4040196d91acf7ae7db2 | |
parent | 68d000a39074fe3888680491444a7fde2354cd84 [diff] |
qcow2: Ignore reserved bits in count_contiguous_clusters() Until now, count_contiguous_clusters() has an argument that allowed to specify flags that should be ignored in the comparison, i.e. that are allowed to change between contiguous clusters. This patch changes the function so that it ignores all flags by default now and you need to pass the flags on which it should stop. Signed-off-by: Kevin Wolf <kwolf@redhat.com>