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>
Thu, 21 Jul 2022 14:34:12 +0000 (08:34 -0600)
commit651de3ae6b88ec54bb35820cbc7f38adff54750a
tree2b1f1d03d0397ffbecca200865bee6c037cd06da
parent6c92b7c6e6764b4315c9049da3a74d60c3114f11
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]