io_uring: dedup io_run_task_work
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 21 Jun 2022 09:09:02 +0000 (10:09 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:32:44 +0000 (11:32 -0600)
commitef3d98fd33475ca48446fdf19663f80d45942f6f
tree6e29673f7f525ef3b8d31a6d72b75a30441920fe
parent41c9269df26ba5343235584e8146fc42d6d2cb5c
io_uring: dedup io_run_task_work

We have an identical copy of io_run_task_work() for io-wq called
io_flush_signals(), deduplicate them.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/a157a4df5fa217b8bd03c73494f2fd0e24e44fbc.1655802465.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/filetable.h
io_uring/io-wq.c