]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Mon, 25 Jul 2022 00:39:12 +0000 (18:39 -0600)
commit74810302027c92e77fe4755d182d4f1018031e08
tree8fd8a6d7407df0a2f155d85f29acadd22f78090f
parentd3c8e34dea880cb6f7e4ac42deba730f47b8efa3
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