[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 6/6] block: remove bdrv_co_io_plug() API
From: |
Eric Blake |
Subject: |
Re: [PATCH 6/6] block: remove bdrv_co_io_plug() API |
Date: |
Thu, 18 May 2023 19:29:29 -0500 |
User-agent: |
NeoMutt/20230517 |
On Wed, May 17, 2023 at 06:10:22PM -0400, Stefan Hajnoczi wrote:
> No block driver implements .bdrv_co_io_plug() anymore. Get rid of the
> function pointers.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> include/block/block-io.h | 3 ---
> include/block/block_int-common.h | 11 ----------
> block/io.c | 37 --------------------------------
> 3 files changed, 51 deletions(-)
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
- [PATCH 3/6] block/blkio: convert to blk_io_plug_call() API, (continued)