]> Git Repo - qemu.git/blobdiff - block/commit.c
qcow2: Let qcow2_create() handle protocol layer
[qemu.git] / block / commit.c
index bb6c904704d35565b213624b9158389ed4ca9d65..1943c9c3e166194ab0f5100d4d53db147cf522fe 100644 (file)
@@ -265,7 +265,7 @@ static void bdrv_commit_top_child_perm(BlockDriverState *bs, BdrvChild *c,
 static BlockDriver bdrv_commit_top = {
     .format_name                = "commit_top",
     .bdrv_co_preadv             = bdrv_commit_top_preadv,
-    .bdrv_co_get_block_status   = bdrv_co_get_block_status_from_backing,
+    .bdrv_co_block_status       = bdrv_co_block_status_from_backing,
     .bdrv_refresh_filename      = bdrv_commit_top_refresh_filename,
     .bdrv_close                 = bdrv_commit_top_close,
     .bdrv_child_perm            = bdrv_commit_top_child_perm,
This page took 0.024328 seconds and 4 git commands to generate.