]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block/raw-format.c
block: Call .bdrv_co_create(_opts) unlocked
[mirror_qemu.git] / block / raw-format.c
index 3a3946213fc06898d5ab37c9169604dcb41515bf..918fe4fb7e603da4266019366e9de36a46173e2a 100644 (file)
@@ -457,7 +457,7 @@ static int raw_has_zero_init(BlockDriverState *bs)
     return bdrv_has_zero_init(bs->file->bs);
 }
 
-static int coroutine_fn GRAPH_RDLOCK
+static int coroutine_fn GRAPH_UNLOCKED
 raw_co_create_opts(BlockDriver *drv, const char *filename,
                    QemuOpts *opts, Error **errp)
 {