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>
Mon, 25 Jul 2022 00:39:11 +0000 (18:39 -0600)
commit99f15d8d61364299ae780cc739c74068a6d2538d
treef431621daeb42394ced16e6b784f1bc4f431d45d
parentcd40cae29ef815de6f7e72207b677c78f43f4688
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]