diff options
author | Jens Axboe <axboe@kernel.dk> | 2025-01-03 18:02:24 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-01-06 15:51:06 +0300 |
commit | 3347fa658a1baecd61b007787d031b729cd86537 (patch) | |
tree | 97623883f4550fb4c6caa92fba2817000f1f18fd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dadf03cfd4eaa09f1d0e8b2521de1e11d3e3bec1 (diff) | |
download | linux-3347fa658a1baecd61b007787d031b729cd86537.tar.xz |
io_uring/cmd: add per-op data to struct io_uring_cmd_data
In case an op handler for ->uring_cmd() needs stable storage for user
data, it can allocate io_uring_cmd_data->op_data and use it for the
duration of the request. When the request gets cleaned up, uring_cmd
will free it automatically.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions