io_uring: move to separate directory
authorJens Axboe <axboe@kernel.dk>
Mon, 23 May 2022 23:05:03 +0000 (17:05 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:10 +0000 (18:39 -0600)
commited29b0b4fd835b058ddd151c49d021e28d631ee6
tree8bc60aff490502462c43d96246a50a5e9da20b90
parent0702e5364f643bc86683d9f585edfe76dbabae39
io_uring: move to separate directory

In preparation for splitting io_uring up a bit, move it into its own
top level directory. It didn't really belong in fs/ anyway, as it's
not a file system only API.

This adds io_uring/ and moves the core files in there, and updates the
MAINTAINERS file for the new location.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
MAINTAINERS
Makefile
fs/Makefile
fs/io-wq.c [deleted file]
fs/io-wq.h [deleted file]
fs/io_uring.c [deleted file]
io_uring/Makefile [new file with mode: 0644]
io_uring/io-wq.c [new file with mode: 0644]
io_uring/io-wq.h [new file with mode: 0644]
io_uring/io_uring.c [new file with mode: 0644]
kernel/sched/core.c