[PATCH for-next v3 2/4] io_uring: introduce fixed buffer support for io_uring_cmd
Jens Axboe
axboe at kernel.dk
Fri Sep 2 16:13:31 PDT 2022
On 9/2/22 9:16 AM, Kanchan Joshi wrote:
> diff --git a/include/uapi/linux/io_uring.h b/include/uapi/linux/io_uring.h
> index 48e5c70e0baf..c80ce6912d8d 100644
> --- a/include/uapi/linux/io_uring.h
> +++ b/include/uapi/linux/io_uring.h
> @@ -56,6 +56,7 @@ struct io_uring_sqe {
> __u32 hardlink_flags;
> __u32 xattr_flags;
> __u32 msg_ring_flags;
> + __u16 uring_cmd_flags;
> };
I don't think there's any point to making that a u16, let's just make it
a u32 since the rest of the flags are like that.
Rest looks good.
--
Jens Axboe
More information about the Linux-nvme
mailing list