]> git.ipfire.org Git - thirdparty/kernel/stable.git/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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2024 18:14:29 +0000 (19:14 +0100)
commit995d0204d94cea447184f5d1ab52a5fc2570a031
tree28de4f47fe642f54188135ad248b8cf8ab7ad0d8
parent5f42b16f8656153da78e1f66744840e76e4465b1
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