io_uring: split up io_uring_sqe into hdr + main
authorJens Axboe <axboe@kernel.dk>
Thu, 16 Dec 2021 12:46:16 +0000 (18:16 +0530)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Dec 2021 16:52:30 +0000 (09:52 -0700)
commit5351d4d8d530f953ed5bfdfeb54ac97b6245a99e
treed948f20a4a45ffc2382698274cbf6f3209c45d2b
parentda406c1372d4539fc7c41a1f91538312522f639b
io_uring: split up io_uring_sqe into hdr + main

In preparation for overlaying passthrough commands on the io_uring_sqe
struct, split out the header part as we'll be reusing that for the
new format as well.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c
include/trace/events/io_uring.h
include/uapi/linux/io_uring.h