]> Git Repo - qemu.git/commit - block/qcow2-refcount.c
qcow2: Replace align_offset() with ROUND_UP()
authorAlberto Garcia <[email protected]>
Thu, 15 Feb 2018 13:10:08 +0000 (15:10 +0200)
committerMax Reitz <[email protected]>
Fri, 2 Mar 2018 17:39:56 +0000 (18:39 +0100)
commit9e029689e1228a218452d5c7b661ef208d22f71a
tree6d8890177fdcf3657e10025e34c8bddb23a0e351
parent624f3006b8a26bcf7a0b2be13265ac99c65fd117
qcow2: Replace align_offset() with ROUND_UP()

The align_offset() function is equivalent to the ROUND_UP() macro so
there's no need to use the former. The ROUND_UP() name is also a bit
more explicit.

This patch uses ROUND_UP() instead of the slower QEMU_ALIGN_UP()
because align_offset() already requires that the second parameter is a
power of two.

Signed-off-by: Alberto Garcia <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-id: 20180215131008[email protected]
Signed-off-by: Max Reitz <[email protected]>
block/qcow2-bitmap.c
block/qcow2-cluster.c
block/qcow2-refcount.c
block/qcow2-snapshot.c
block/qcow2.c
block/qcow2.h
This page took 0.026705 seconds and 4 git commands to generate.