io_uring: move read/write related opcodes to its own file
authorJens Axboe <axboe@kernel.dk>
Mon, 13 Jun 2022 13:27:03 +0000 (07:27 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:30:54 +0000 (11:30 -0600)
commit62a335f833284c74c6181f3b905b19663187ffe4
treed6f2c3fd5865e9eef54264e57f9fca135981207b
parent6013e93d6eceb2a66782876892da8daed4d66639
io_uring: move read/write related opcodes to its own file

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