]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - block/gluster.c
coroutine: move entry argument to qemu_coroutine_create
[thirdparty/qemu.git] / block / gluster.c
index 16f7778a5079c5b8903cf6dc30a4fe47a3e6e4d4..406c1e6357f75c1acc98a5445f9df55655be441f 100644 (file)
@@ -233,7 +233,7 @@ static void qemu_gluster_complete_aio(void *opaque)
 
     qemu_bh_delete(acb->bh);
     acb->bh = NULL;
-    qemu_coroutine_enter(acb->coroutine, NULL);
+    qemu_coroutine_enter(acb->coroutine);
 }
 
 /*