]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring: reuse io_should_terminate_tw() for cmds
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 15 Jan 2025 15:40:48 +0000 (15:40 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Jan 2025 15:45:37 +0000 (08:45 -0700)
commitbab4b2cca027fbc4effc0ef60615a35bfee96ad0
tree54afb8712ee58e9d673ddd2d9cdee6f758b4b02b
parent53745105efc3a865d07ca4973b12ecb63c977bb7
io_uring: reuse io_should_terminate_tw() for cmds

io_uring_cmd_work() rolled a hard coded version of
io_should_terminate_tw() to avoid conflicts, but now it's time to
converge them.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/8a88dd6e4ed8e6c00c6552af0c20c9de02e458de.1736955455.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/uring_cmd.c