Re: [Qemu-devel] [PATCH v6 07/18] block/curl: drop curl_aio_flush()

2013-07-29 Thread Wenchao Xia
Reviewed-by: Wenchao Xia > .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 > --- > block/curl.c | 22 +++---

[Qemu-devel] [PATCH v6 07/18] block/curl: drop curl_aio_flush()

2013-07-25 Thread Stefan Hajnoczi
.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 --- block/curl.c | 22 +++--- 1 file changed, 3 insert