On 08/07/2017 04:30 PM, Eric Blake wrote: > Thanks again to Markus for catching these spots. > > Eric Blake (4): > vpc: Check failure of bdrv_getlength() > qcow: Check failure of bdrv_getlength() and bdrv_truncate() > qcow2: Drop debugging dump_refcounts() > qcow2: Check failure of bdrv_getlength() > > block/qcow.c | 64 > +++++++++++++++++++++++++++++++++++++++++------------------ > block/qcow2.c | 26 ++++-------------------- > block/vpc.c | 9 ++++++++- > 3 files changed, 57 insertions(+), 42 deletions(-) >
Reviewed-by: John Snow <js...@redhat.com>