Reviewed-by: Wenchao Xia <xiaw...@linux.vnet.ibm.com> > .io_flush() is no longer called so drop curl_aio_flush(). The acb[] > array that the function checks is still used in other parts of > block/curl.c. Therefore we cannot remove acb[], it is needed. > > Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> > --- > block/curl.c | 22 +++------------------- > 1 file changed, 3 insertions(+), 19 deletions(-) >
-- Best Regards Wenchao Xia