diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-03-25 19:32:45 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-03-27 21:09:11 +0100 |
commit | 78d9d7c2a331fb7a68a86e53ef7e12966459e0c5 (patch) | |
tree | b9388f82fee20669d128872bd229f5dabd4ee5d2 /fs/ext4 | |
parent | io_uring: don't cancel-track common timeouts (diff) | |
download | linux-78d9d7c2a331fb7a68a86e53ef7e12966459e0c5.tar.xz linux-78d9d7c2a331fb7a68a86e53ef7e12966459e0c5.zip |
io_uring: don't cancel extra on files match
As tasks always wait and kill their io-wq on exec/exit, files are of no
more concern to us, so we don't need to specifically cancel them by hand
in those cases. Moreover we should not, because io_match_task() looks at
req->task->files now, which is always true and so leads to extra
cancellations, that wasn't a case before per-task io-wq.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/0566c1de9b9dd417f5de345c817ca953580e0e2e.1616696997.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/ext4')
0 files changed, 0 insertions, 0 deletions