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>
Sun, 29 Jan 2023 22:17:40 +0000 (15:17 -0700)
commit360173ab9e1a8a50bc9092ae8c741f0a05d499b7
treeb653dc43def51d70afb7f81ec1e684481bad361e
parent3e5655552a8299492d54117a15b6ddf5a2e7512c
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