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>
Tue, 21 Sep 2021 18:09:06 +0000 (12:09 -0600)
commitabd2cad7d0ba6ad9054acdf594068501b6ea77e4
tree007b1cbee7cd80d24b22e0c000aeba31691e6d8c
parente4e737bb5c170df6135a127739a9e6148ee3da82
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