summaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2020-08-16 04:44:09 +0300
committerJens Axboe <axboe@kernel.dk>2020-10-01 05:32:34 +0300
commite8c2bc1fb6c9495b71efe7af476a351ccfba73c4 (patch)
tree397fda9e7e0187a2a7a64528c276442dc99c4424 /scripts/generate_rust_analyzer.py
parent4be1c615126963ade321492283c05fb653f55099 (diff)
downloadlinux-e8c2bc1fb6c9495b71efe7af476a351ccfba73c4.tar.xz
io_uring: get rid of req->io/io_async_ctx union
There's really no point in having this union, it just means that we're always allocating enough room to cater to any command. But that's pointless, as the ->io field is request type private anyway. This gets rid of the io_async_ctx structure, and fills in the required size in the io_op_defs[] instead. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions