Revision 205ef796 block/vdi.c

b/block/vdi.c
900 900
{
901 901
}
902 902

  
903
static void vdi_flush(BlockDriverState *bs)
903
static int vdi_flush(BlockDriverState *bs)
904 904
{
905 905
    logout("\n");
906
    bdrv_flush(bs->file);
906
    return bdrv_flush(bs->file);
907 907
}
908 908

  
909 909

  

Also available in: Unified diff