]> Git Repo - qemu.git/blobdiff - block/commit.c
aspeed: introduce a configurable number of CPU per machine
[qemu.git] / block / commit.c
index c815def89af6da94ac630697531b0f44bf978b82..212c6f639edcc251b2a6dd7c1a81ad8b0b4a5a33 100644 (file)
@@ -110,8 +110,6 @@ static void commit_abort(Job *job)
      * XXX Can (or should) we somehow keep 'consistent read' blocked even
      * after the failed/cancelled commit job is gone? If we already wrote
      * something to base, the intermediate images aren't valid any more. */
-    bdrv_child_try_set_perm(s->commit_top_bs->backing, 0, BLK_PERM_ALL,
-                            &error_abort);
     bdrv_replace_node(s->commit_top_bs, backing_bs(s->commit_top_bs),
                       &error_abort);
 
This page took 0.024261 seconds and 4 git commands to generate.