io_uring/poll: move poll execution helpers higher up
authorJens Axboe <axboe@kernel.dk>
Mon, 29 Jan 2024 18:52:54 +0000 (11:52 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2024 18:10:56 +0000 (19:10 +0100)
commit0848bf7e539aa33975c4a216444139532e4b526a
tree8aa1b641b813e84dcba07857214a0a68a623ede6
parent0ceb7a9230d662633afe6b748bdbd4ba3d3c6328
io_uring/poll: move poll execution helpers higher up

Commit e84b01a880f635e3084a361afba41f95ff500d12 upstream.

In preparation for calling __io_poll_execute() higher up, move the
functions to avoid forward declarations.

No functional changes in this patch.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
io_uring/poll.c