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>
Mon, 12 Jul 2021 17:29:12 +0000 (11:29 -0600)
commite48962add6770d28aaaf9e2f8218173a238650f5
tree6e3cf19197fe43ff7e0b392d9ec757401c16f619
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
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