]> Git Repo - qemu.git/blobdiff - block/blkdebug.c
Merge remote branch 'mst/for_anthony' into staging
[qemu.git] / block / blkdebug.c
index 4d6ff0a368f345074056f4bb330a398d32f876d1..cd9eb8006a1e781628e5a013bafeeae099cbdf96 100644 (file)
@@ -397,9 +397,9 @@ static void blkdebug_close(BlockDriverState *bs)
     }
 }
 
-static void blkdebug_flush(BlockDriverState *bs)
+static int blkdebug_flush(BlockDriverState *bs)
 {
-    bdrv_flush(bs->file);
+    return bdrv_flush(bs->file);
 }
 
 static BlockDriverAIOCB *blkdebug_aio_flush(BlockDriverState *bs,
This page took 0.024172 seconds and 4 git commands to generate.