| Submitter | Kevin Wolf |
|---|---|
| Date | June 15, 2012, 1:33 p.m. |
| Message ID | <1339767219-24297-2-git-send-email-kwolf@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/165133/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/block/qcow2-cluster.c b/block/qcow2-cluster.c index c173fcd..4eb5ba7 100644 --- a/block/qcow2-cluster.c +++ b/block/qcow2-cluster.c @@ -540,7 +540,6 @@ static int get_cluster_table(BlockDriverState *bs, uint64_t offset, if (l2_offset) { qcow2_free_clusters(bs, l2_offset, s->l2_size * sizeof(uint64_t)); } - l2_offset = s->l1_table[l1_index] & L1E_OFFSET_MASK; } /* find the cluster offset for the given disk offset */