commit | f3606e3a92ddd36299642c78592fc87609abb1f6 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Sep 22 08:18:24 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Sep 30 20:32:32 2020 -0600 |
tree | 8be13f016d0adf2742fae2f1c8dac610b78f51e3 | |
parent | 0f078896911fc6a421b0e708e910b99a28f8a0fa [diff] |
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>