]> Git Repo - qemu.git/commit
aio-posix: simplify FDMonOps->update() prototype
authorStefan Hajnoczi <[email protected]>
Thu, 5 Mar 2020 17:08:03 +0000 (17:08 +0000)
committerStefan Hajnoczi <[email protected]>
Mon, 9 Mar 2020 16:41:31 +0000 (16:41 +0000)
commitb321051cf48ccc2d3d832af111d688f2282f089b
tree32317a09036588fd33643a5e844da001b4bf5ddd
parent1f050a4690f62a1e7dabc4f44141e9f762c3769f
aio-posix: simplify FDMonOps->update() prototype

The AioHandler *node, bool is_new arguments are more complicated to
think about than simply being given AioHandler *old_node, AioHandler
*new_node.

Furthermore, the new Linux io_uring file descriptor monitoring mechanism
added by the new patch requires access to both the old and the new
nodes.  Make this change now in preparation.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Message-Id: <20200305170806.1313245[email protected]>
include/block/aio.h
util/aio-posix.c
util/fdmon-epoll.c
util/fdmon-poll.c
This page took 0.027328 seconds and 4 git commands to generate.