]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Wed, 18 May 2022 12:12:42 +0000 (06:12 -0600)
commit8f2af1a5e342e453fd11b7abb2bf54342e708cae
tree7a82f54ec9edd4fe9db7297d2b6f1983a3ff739e
parent681d5aeb7c9803823cab90a720fa41a413200f75
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