diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2021-06-24 15:09:59 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-06-30 14:15:39 -0600 |
commit | 9ba6a1c06279ce499fcf755d8134d679a1f3b4ed (patch) | |
tree | 15a7ae85369dc0ca96a347bf5b63eefccebea00a /fs/io_uring.c | |
parent | 16340eab61a3ed1b5c983c19cfa9f51929b2beeb (diff) | |
download | lwn-9ba6a1c06279ce499fcf755d8134d679a1f3b4ed.tar.gz lwn-9ba6a1c06279ce499fcf755d8134d679a1f3b4ed.zip |
io_uring: simplify struct io_uring_sqe layout
Flatten struct io_uring_sqe, the last union is exactly 64B, so move them
out of union { struct { ... }}, and decrease __pad2 size.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/2e21ef7aed136293d654450bc3088973a8adc730.1624543113.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/io_uring.c')
0 files changed, 0 insertions, 0 deletions