On Wed 16 Sep 2020 02:20:07 PM CEST, Vladimir Sementsov-Ogievskiy 
<[email protected]> wrote:
> bdrv_is_allocated_above wrongly handles short backing files: it reports
> after-EOF space as UNALLOCATED which is wrong, as on read the data is
> generated on the level of short backing file (if all overlays has
> unallocated area at that place).
>
> Reusing bdrv_common_block_status_above fixes the issue and unifies code
> path.
>
> Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
> Reviewed-by: Eric Blake <[email protected]>

Reviewed-by: Alberto Garcia <[email protected]>

Berto

Reply via email to