io_uring: move uring_cmd handling to its own file
authorJens Axboe <axboe@kernel.dk>
Wed, 25 May 2022 11:59:19 +0000 (05:59 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:28:31 +0000 (11:28 -0600)
commit49353953ee4bf3ec017f4416621e28839bf8b0f8
tree684fc4a80e77583e9432755653df8bbf43c0b31d
parent362e91a9f1c06dbd0e73ca046b625d832a5ef18a
io_uring: move uring_cmd handling 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/uring_cmd.c [new file with mode: 0644]
io_uring/uring_cmd.h [new file with mode: 0644]