]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - include/sysemu/block-backend.h
block: Increase BB.in_flight for coroutine and sync interfaces
[thirdparty/qemu.git] / include / sysemu / block-backend.h
index b198deca0b24aeb559442aa46cf9e65b9a41ea08..9bbdbd63d743be4aa0decb22c1e9a20915c17f46 100644 (file)
@@ -171,7 +171,6 @@ BlockAIOCB *blk_aio_pdiscard(BlockBackend *blk, int64_t offset, int bytes,
                              BlockCompletionFunc *cb, void *opaque);
 void blk_aio_cancel(BlockAIOCB *acb);
 void blk_aio_cancel_async(BlockAIOCB *acb);
-int blk_co_ioctl(BlockBackend *blk, unsigned long int req, void *buf);
 int blk_ioctl(BlockBackend *blk, unsigned long int req, void *buf);
 BlockAIOCB *blk_aio_ioctl(BlockBackend *blk, unsigned long int req, void *buf,
                           BlockCompletionFunc *cb, void *opaque);