io_uring: split up io_uring_sqe into hdr + main
authorJens Axboe <axboe@kernel.dk>
Wed, 17 Mar 2021 17:47:58 +0000 (11:47 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Mar 2021 17:22:15 +0000 (11:22 -0600)
commit150843fc50d7c7c7baf0f1c36b22c36ea3e1f975
tree8891e447e8409d915064cfe4db28110e827fb6a1
parent1eaf6c93659c053271fcfd2211e4bbcdd6d2d0bf
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.

No functional changes in this patch.

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