diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-04-18 19:44:02 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-04-25 03:18:18 +0300 |
commit | 970f256edb8c1259c8ed48d52b38215135396126 (patch) | |
tree | 2e7c29aac5efd17b3be8b61fc5f6dfdd3f3dde5b /scripts/gdb/linux/utils.py | |
parent | 4bf94615b8886305199ed5755cb72fea88258d15 (diff) | |
download | linux-970f256edb8c1259c8ed48d52b38215135396126.tar.xz |
io_uring: add support for IORING_ASYNC_CANCEL_ANY
Rather than match on a specific key, be it user_data or file, allow
canceling any request that we can lookup. Works like
IORING_ASYNC_CANCEL_ALL in that it cancels multiple requests, but it
doesn't key off user_data or the file.
Can't be set with IORING_ASYNC_CANCEL_FD, as that's a key selector.
Only one may be used at the time.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20220418164402.75259-6-axboe@kernel.dk
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions