On Wed, 07/13 10:26, Cao jin wrote:
> Parameter **errp of aio_context_setup() is useless, remove it
> and clean up the related code.
>
> Signed-off-by: Cao jin
> ---
> aio-posix.c | 3 ++-
> async.c | 8 ++--
> include/block/aio.h | 2 +-
> 3 files changed, 5 insertions(+
Parameter **errp of aio_context_setup() is useless, remove it
and clean up the related code.
Signed-off-by: Cao jin
---
aio-posix.c | 3 ++-
async.c | 8 ++--
include/block/aio.h | 2 +-
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/aio-posix.c b/aio-posi