]> git.proxmox.com Git - mirror_qemu.git/blobdiff - thread-pool.c
qcow2: Inform block layer about discard boundaries
[mirror_qemu.git] / thread-pool.c
index 03ba0b02a4d4e8d98c13282cfe1b6439071e98f7..6fba913529a1ded1b0ffaac3da43b39e745cfcc0 100644 (file)
@@ -267,7 +267,7 @@ static void thread_pool_co_cb(void *opaque, int ret)
     ThreadPoolCo *co = opaque;
 
     co->ret = ret;
-    qemu_coroutine_enter(co->co, NULL);
+    qemu_coroutine_enter(co->co);
 }
 
 int coroutine_fn thread_pool_submit_co(ThreadPool *pool, ThreadPoolFunc *func,