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>
Thu, 21 Jul 2022 14:33:55 +0000 (08:33 -0600)
commitf38d5d5d9bebd110ef1a0839f37a0e500cd06c82
tree90a95567f2fe99ba9a967db004110a2c5354e9c5
parent877ef7557c75e984a70190ff7449fcff3bf550b4
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