]> Git Repo - qemu.git/commit
qcow2: Tighten cluster_offset alignment assertions
authorAlberto Garcia <[email protected]>
Sat, 18 Jan 2020 19:09:27 +0000 (20:09 +0100)
committerMax Reitz <[email protected]>
Thu, 6 Feb 2020 12:47:45 +0000 (13:47 +0100)
commit344ffea951aa4aa4259f24c885ba00e768083f09
tree6a6f9737bedc2a7b618a79ec4ae238a01aab178f
parentef97d608c7f069331d8141d1d59df715f4a3beaf
qcow2: Tighten cluster_offset alignment assertions

qcow2_alloc_cluster_offset() and qcow2_get_cluster_offset() always
return offsets that are cluster-aligned so don't just check that they
are sector-aligned.

The check in qcow2_co_preadv_task() is also replaced by an assertion
for the same reason.

Signed-off-by: Alberto Garcia <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Message-id: 558ba339965f858bede4c73ce3f50f0c0493597d.1579374329[email protected]
Signed-off-by: Max Reitz <[email protected]>
block/qcow2.c
This page took 0.0245 seconds and 4 git commands to generate.