From: Jens Axboe Date: Mon, 7 Mar 2022 15:59:22 +0000 (-0700) Subject: t/io_uring: change map buffers registration opcode X-Git-Tag: fio-3.30~28 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8538256c7e516d07784aaaba74ba3187a3611569;p=fio.git t/io_uring: change map buffers registration opcode Signed-off-by: Jens Axboe --- diff --git a/t/io_uring.c b/t/io_uring.c index b8fcffe8..8cf33858 100644 --- a/t/io_uring.c +++ b/t/io_uring.c @@ -139,7 +139,7 @@ static float plist[] = { 1.0, 5.0, 10.0, 20.0, 30.0, 40.0, 50.0, 60.0, 70.0, static int plist_len = 17; #ifndef IORING_REGISTER_MAP_BUFFERS -#define IORING_REGISTER_MAP_BUFFERS 20 +#define IORING_REGISTER_MAP_BUFFERS 22 struct io_uring_map_buffers { __s32 fd; __u32 buf_start;