Revision 205ef796 block/qcow.c

b/block/qcow.c
910 910
    return 0;
911 911
}
912 912

  
913
static void qcow_flush(BlockDriverState *bs)
913
static int qcow_flush(BlockDriverState *bs)
914 914
{
915
    bdrv_flush(bs->file);
915
    return bdrv_flush(bs->file);
916 916
}
917 917

  
918 918
static BlockDriverAIOCB *qcow_aio_flush(BlockDriverState *bs,

Also available in: Unified diff