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>
Thu, 21 Jul 2022 14:44:34 +0000 (08:44 -0600)
commitc582ded59d1050a34583d3ce530c74ca29779d4f
tree83ef0d48cb429c18018e1d001dcede225facaefc
parent2ae163969f83b61436af01723b46cd2648738fea
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