]> git.ipfire.org Git - thirdparty/qemu.git/commit
parallels: accept multiple clusters in mark_used()
authorDenis V. Lunev <den@openvz.org>
Mon, 18 Sep 2023 18:00:53 +0000 (20:00 +0200)
committerDenis V. Lunev <den@openvz.org>
Thu, 21 Sep 2023 06:48:09 +0000 (08:48 +0200)
commit73194d3f54d04088f1821f98280da5eb6fb0a4c3
treef6654006a7b7bf6087b39f8f6937e7f5cee174a1
parent4e828bf4c24436baf5bf5383349b84cc294414d2
parallels: accept multiple clusters in mark_used()

This would be useful in the next patch in allocate_clusters(). This
change would not imply serious performance drawbacks as usually image
is full of data or are at the end of the bitmap.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Alexander Ivanov <alexander.ivanov@virtuozzo.com>
block/parallels.c