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>
Fri, 13 Aug 2021 14:32:00 +0000 (08:32 -0600)
commit1aae11b1fcc03ea82ae7334d865a026c761237cc
treeac0f8930c2d084e16a8202f7e4b00a5b661a818c
parent097edaaa1cbe78a003850d862638de51d241cfa0
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