io_uring: add buffer selection support to IORING_OP_NOP
authorJens Axboe <axboe@kernel.dk>
Fri, 6 May 2022 03:47:55 +0000 (21:47 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 15 May 2022 17:21:56 +0000 (11:21 -0600)
commit4b40fd01b975ad689e68538371f57ab33a940727
tree609622970307431844a2513fabf8bae6c93fb4de
parented3ec408f289963ff22b5a9a783e4f211ed45b20
io_uring: add buffer selection support to IORING_OP_NOP

Obviously not really useful since it's not transferring data, but it
is helpful in benchmarking overhead of provided buffers.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c