On Mon, Nov 24, 2014 at 04:57:00PM +0100, Max Reitz wrote:
> @@ -2166,126 +2166,6 @@ fail:
> return ret;
> }
>
> -#define overlaps_with(ofs, sz) \
> -ranges_overlap(offset, size, ofs, sz)
Dropping this macro makes me happy.
pgpxA8Q5wIqTT.pgp
Description: PGP signature
Make the static new overlap check function global and drop the old
function.
Signed-off-by: Max Reitz
---
block/qcow2-overlap.c | 8 +---
block/qcow2-refcount.c | 120 -
2 files changed, 2 insertions(+), 126 deletions(-)
diff --git a/block/qcow