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>
Wed, 22 Jun 2022 17:30:56 +0000 (11:30 -0600)
commitbdce6500fbc77cdf6b4bddfa91df0201028f2b01
treec2cb62c6d521d8f7282b710489391f3c4677b777
parent62a335f833284c74c6181f3b905b19663187ffe4
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