io_uring: add opcode name to io_op_defs
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 17:57:03 +0000 (11:57 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commitcfd22e6b3319adc7c2a8a092e19ac16575dabc86
treed494a75dd0479ff49cc665e18f6a22aaa79fc774
parent92ac8beaea1f4931f932da3dcc850547621107fc
io_uring: add opcode name to io_op_defs

This kills the last per-op switch.

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