io_uring: move opcode table to opdef.c
authorJens Axboe <axboe@kernel.dk>
Wed, 15 Jun 2022 22:27:42 +0000 (16:27 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:43:58 +0000 (08:43 -0600)
commit0cf185c2ccf2a9638ab77d0a3e91ca3357b5450d
tree7820baced226296b48acd2a66b6592befa025e13
parentb687df8cda59fa5843b5f9c366c0c7cb63672cf6
io_uring: move opcode table to opdef.c

We already have the declarations in opdef.h, move the rest into its own
file rather than in the main io_uring.c file.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/io_uring.c
io_uring/io_uring_types.h
io_uring/opdef.c [new file with mode: 0644]
io_uring/opdef.h