block: Add synchronous wrapper for bdrv_co_is_allocated_above
commitb35b2bba5b372ff912c5fe7e5ad6c5a9d883464f
authorMiroslav Rezanina <mrezanin@redhat.com>
Wed, 13 Feb 2013 08:09:39 +0000 (13 09:09 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 22 Feb 2013 20:21:09 +0000 (22 21:21 +0100)
treeac58562db2b76e3a134fe82fac0430b090bb3701
parent7d81c1413c9c9bdcc966453636e4ca7776b59861
block: Add synchronous wrapper for bdrv_co_is_allocated_above

There's no synchronous wrapper for bdrv_co_is_allocated_above function
so it's not possible to check for sector allocation in an image with
a backing file.

Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block.c
include/block/block.h