提交 765e35d7 编写于 作者: F Frediano Ziglio 提交者: Laurent Vivier

util/async: avoid useless cast

event_notifier_dummy_cb is already compatible with EventNotifierHandler.
Signed-off-by: NFrediano Ziglio <fziglio@redhat.com>
Reviewed-by: NLaurent Vivier <laurent@vivier.eu>
Message-Id: <20191023122652.2999-1-fziglio@redhat.com>
Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
上级 5892cfc7
......@@ -429,7 +429,6 @@ AioContext *aio_context_new(Error **errp)
aio_set_event_notifier(ctx, &ctx->notifier,
false,
(EventNotifierHandler *)
event_notifier_dummy_cb,
event_notifier_poll);
#ifdef CONFIG_LINUX_AIO
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册