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