diff options
author | Olivier Langlois | 2021-05-31 02:54:59 -0400 |
---|---|---|
committer | Jens Axboe | 2021-06-16 06:41:49 -0600 |
commit | ec16d35b6c9d8c89b3b7327a52c4972a7e4281d3 (patch) | |
tree | dcffdc06bf8aa65becbf5b05a05489baa2989051 | |
parent | 3d7b7b5285f0a8e73e332f3d7c7b2ca1e46309d7 (diff) |
io-wq: remove header files not needed anymore
mm related header files are not needed for io-wq module.
remove them for a small clean-up.
Reviewed-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Olivier Langlois <olivier@trillion01.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | fs/io-wq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/io-wq.c b/fs/io-wq.c index e221aaab585c..897b94530b57 100644 --- a/fs/io-wq.c +++ b/fs/io-wq.c @@ -9,8 +9,6 @@ #include <linux/init.h> #include <linux/errno.h> #include <linux/sched/signal.h> -#include <linux/mm.h> -#include <linux/sched/mm.h> #include <linux/percpu.h> #include <linux/slab.h> #include <linux/rculist_nulls.h> |