io_uring: move io_run_local_work_locked
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 9 Jan 2023 14:46:07 +0000 (14:46 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 11 Jan 2023 17:25:35 +0000 (10:25 -0700)
commit78c37b460a63c866050d3e05d6d4bfddf654075e
tree2c8312f1d4e56ebfa65f6740fa8b8d89c91607e0
parent88d14c077c1a04555978c499acd12f5f55de51da
io_uring: move io_run_local_work_locked

io_run_local_work_locked() is only used in io_uring.c, move it there.
With that we can also make __io_run_local_work() static.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/91757bcb33e5774e49fed6f2b6e058630608119b.1673274244.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/io_uring.h