]> git.itanic.dy.fi Git - linux-stable/commit
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)
committerJens Axboe <axboe@kernel.dk>
Mon, 29 Jan 2024 20:19:17 +0000 (13:19 -0700)
commite84b01a880f635e3084a361afba41f95ff500d12
tree2168feea6559b15e0d02ab3f5832ea0280359733
parentc79f52f0656eeb3e4a12f7f358f760077ae111b6
io_uring/poll: move poll execution helpers higher up

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>
io_uring/poll.c