engines/io_uring: add fixedbufs support for io_uring_cmd
authorAnuj Gupta <anuj20.g@samsung.com>
Mon, 3 Oct 2022 03:31:52 +0000 (09:01 +0530)
committerJens Axboe <axboe@kernel.dk>
Mon, 3 Oct 2022 15:08:39 +0000 (09:08 -0600)
commit0ebd3bf6186852408503f428c7a74fedd34214cb
tree8208e6d7a7014cd3e51ac61187d550bf4a7e23b3
parentc16dc793a3c45780f67ce65244b6e91323dee014
engines/io_uring: add fixedbufs support for io_uring_cmd

This patch enables fixedbufs support for io_uring_cmd. This has already
been done in t/io_uring, just do it here as well.

Signed-off-by: Anuj Gupta <anuj20.g@samsung.com>
Link: https://lore.kernel.org/r/20221003033152.314763-1-anuj20.g@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
engines/io_uring.c