Revert "io_uring: support CQE32 for nop operation"
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 14 Jun 2022 16:51:16 +0000 (17:51 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 14 Jun 2022 16:57:40 +0000 (10:57 -0600)
commit8899ce4b2f7364a90e3b9cf332dfd9993c61f46c
treefbc5b26203d9251e5e61731cae4b4f466b3f97f2
parentfeaf625e7055cdfd2c3d82cf60fb3892e27ea7bb
Revert "io_uring: support CQE32 for nop operation"

This reverts commit 2bb04df7c2af9dad5d28771c723bc39b01cf7df4.

CQE32 nops were used for debugging and benchmarking but it doesn't
target any real use case. Revert it, we can return it back if someone
finds a good way to use it.

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