diff options
author | Jens Axboe <[email protected]> | 2022-05-11 11:17:45 +0530 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-05-11 07:40:47 -0600 |
commit | ee692a21e9bf8354bd3ec816f1cf4bff8619ed77 (patch) | |
tree | 2477bacf0efd2834593319aafdbb2d97deab9922 /scripts/gdb/linux/utils.py | |
parent | 2bb04df7c2af9dad5d28771c723bc39b01cf7df4 (diff) |
fs,io_uring: add infrastructure for uring-cmd
file_operations->uring_cmd is a file private handler.
This is somewhat similar to ioctl but hopefully a lot more sane and
useful as it can be used to enable many io_uring capabilities for the
underlying operation.
IORING_OP_URING_CMD is a file private kind of request. io_uring doesn't
know what is in this command type, it's for the provider of ->uring_cmd()
to deal with.
Co-developed-by: Kanchan Joshi <[email protected]>
Signed-off-by: Kanchan Joshi <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions