]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcac414f7150439f6ed6fba1f44a7e493bf3f6f6b
treefbc5b26203d9251e5e61731cae4b4f466b3f97f2
parented771ab05a965f0188d07d223bc385b58540e5e5
Revert "io_uring: support CQE32 for nop operation"

This reverts commit 7a71875d78b364d8aedf4473fe4bc3999082faca.

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