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>
Thu, 21 Jul 2022 14:43:48 +0000 (08:43 -0600)
commitb687df8cda59fa5843b5f9c366c0c7cb63672cf6
treebc217e4ce7aed7db5af5da3da8559907410c19e5
parentf2f1bae84af5170bd9a392d4fee78d2d317b195a
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]