Reviewed-by: Wenchao Xia <xiaw...@linux.vnet.ibm.com> > The .io_flush() handler no longer exists and has no users. Drop the > io_flush argument to aio_set_fd_handler() and related functions. > > The AioFlushEventNotifierHandler and AioFlushHandler typedefs are no > longer used and are dropped too. > > Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > aio-posix.c | 7 ++----- > aio-win32.c | 3 +-- > async.c | 4 ++-- > block/curl.c | 9 ++++----- > block/gluster.c | 7 +++---- > block/iscsi.c | 3 +-- > block/linux-aio.c | 3 +-- > block/nbd.c | 11 ++++------- > block/rbd.c | 4 ++-- > block/sheepdog.c | 18 ++++++++---------- > block/ssh.c | 4 ++-- > hw/block/dataplane/virtio-blk.c | 8 ++++---- > include/block/aio.h | 14 ++------------ > main-loop.c | 9 +++------ > tests/test-aio.c | 40 > ++++++++++++++++++++-------------------- > thread-pool.c | 5 ++--- > 16 files changed, 61 insertions(+), 88 deletions(-) >
-- Best Regards Wenchao Xia