Move io_uring to os/linux/
authorJens Axboe <axboe@kernel.dk>
Sun, 13 Jan 2019 15:56:11 +0000 (08:56 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 13 Jan 2019 16:01:25 +0000 (09:01 -0700)
commitf3e769a43d02dd468a1662efc504940d8dc21eb6
tree493d1127c1f6987178bd98ca43642528948ec9ce
parent8025517dfa599be4bc795e4af7c9012d10b81bc5
Move io_uring to os/linux/

It's not a generic OS header, reflect the fact that it's Linux only
by moving it to a linux/ directory.

Also update io_uring_sqe to match current API.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
engines/io_uring.c
os/io_uring.h [deleted file]
os/linux/io_uring.h [new file with mode: 0644]
t/io_uring.c