aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2022-05-23 17:05:03 -0600
committerJens Axboe <axboe@kernel.dk>2022-07-24 18:39:10 -0600
commited29b0b4fd835b058ddd151c49d021e28d631ee6 (patch)
tree8bc60aff490502462c43d96246a50a5e9da20b90 /kernel/sched/core.c
parentio_uring: define a 'prep' and 'issue' handler for each opcode (diff)
downloadlinux-dev-ed29b0b4fd835b058ddd151c49d021e28d631ee6.tar.xz
linux-dev-ed29b0b4fd835b058ddd151c49d021e28d631ee6.zip
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>
Diffstat (limited to '')
-rw-r--r--kernel/sched/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index da0bf6fe9ecd..f35674e89621 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -91,7 +91,7 @@
#include "stats.h"
#include "../workqueue_internal.h"
-#include "../../fs/io-wq.h"
+#include "../../io_uring/io-wq.h"
#include "../smpboot.h"
/*