diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2020-11-06 13:00:26 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-12-09 12:04:00 -0700 |
commit | f6edbabb8359798c541b0776616c5eab3a840d3d (patch) | |
tree | 97fc9338ff86d0e7c8a0b6eedaa3e49b38dd83bd /fs/btrfs | |
parent | 6b81928d4ca8668513251f9c04cdcb9d38ef51c7 (diff) | |
download | linux-f6edbabb8359798c541b0776616c5eab3a840d3d.tar.bz2 |
io_uring: always batch cancel in *cancel_files()
Instead of iterating over each request and cancelling it individually in
io_uring_cancel_files(), try to cancel all matching requests and use
->inflight_list only to check if there anything left.
In many cases it should be faster, and we can reuse a lot of code from
task cancellation.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/btrfs')
0 files changed, 0 insertions, 0 deletions