]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: allow timeout/poll/files killing to take task into account
authorJens Axboe <axboe@kernel.dk>
Tue, 22 Sep 2020 14:18:24 +0000 (08:18 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Oct 2020 02:32:32 +0000 (20:32 -0600)
commitce79dfba77e71c2f46f8cd6bc3f94d132a55dd3f
tree8be13f016d0adf2742fae2f1c8dac610b78f51e3
parent747ab3bc957728de24d3f9f64f7f1f5f10631b1f
io_uring: allow timeout/poll/files killing to take task into account

We currently cancel these when the ring exits, and we cancel all of
them. This is in preparation for killing only the ones associated
with a given task.

Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c