aboutsummaryrefslogtreecommitdiff
path: root/Documentation/leds
diff options
context:
space:
mode:
authorGravatar Jens Axboe <axboe@kernel.dk> 2024-01-28 20:05:47 -0700
committerGravatar Jens Axboe <axboe@kernel.dk> 2024-02-08 13:27:03 -0700
commit4bcb982cce74e18155fba0d97394ca9634e0d8f0 (patch)
treecfbaa74fe21d99a8175d9f23b1b8d3a579bd2562 /Documentation/leds
parentio_uring: use file_mnt_idmap helper (diff)
downloadlinux-4bcb982cce74e18155fba0d97394ca9634e0d8f0.tar.gz
linux-4bcb982cce74e18155fba0d97394ca9634e0d8f0.tar.bz2
linux-4bcb982cce74e18155fba0d97394ca9634e0d8f0.zip
io_uring: expand main struct io_kiocb flags to 64-bits
We're out of space here, and none of the flags are easily reclaimable. Bump it to 64-bits and re-arrange the struct a bit to avoid gaps. Add a specific bitwise type for the request flags, io_request_flags_t. This will help catch violations of casting this value to a smaller type on 32-bit archs, like unsigned int. This creates a hole in the io_kiocb, so move nr_tw up and rsrc_node down to retain needing only cacheline 0 and 1 for non-polled opcodes. No functional changes intended in this patch. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation/leds')
0 files changed, 0 insertions, 0 deletions