commit | 44e728b8aae0bb6d4229129083974f9dea43f50b | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Jun 15 10:24:04 2020 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jun 15 08:51:34 2020 -0600 |
tree | 0b34f50ac8706d4c8d9ee801bf680ea06a27e10c | |
parent | 4f26bda1522c35d2701fc219368c7101c17005c1 [diff] |
io_uring: cancel all task's requests on exit If a process is going away, io_uring_flush() will cancel only 1 request with a matching pid. Cancel all of them Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>