Revert "io_uring: add buffer selection support to IORING_OP_NOP"
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 14 Jun 2022 16:51:17 +0000 (17:51 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 14 Jun 2022 16:57:40 +0000 (10:57 -0600)
commitaa165d6d2bb55f8b1bb5047fd634311681316fa2
tree9a721a64062ee1e99993128069731583140c9648
parent8899ce4b2f7364a90e3b9cf332dfd9993c61f46c
Revert "io_uring: add buffer selection support to IORING_OP_NOP"

This reverts commit 3d200242a6c968af321913b635fc4014b238cba4.

Buffer selection with nops was used for debugging and benchmarking but
is useless in real life. Let's revert it before it's released.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/c5012098ca6b51dfbdcb190f8c4e3c0bf1c965dc.1655224415.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c