aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/io-wq.c
diff options
context:
space:
mode:
authorOlivier Langlois <olivier@trillion01.com>2021-05-31 02:54:59 -0400
committerJens Axboe <axboe@kernel.dk>2021-06-16 06:41:49 -0600
commitec16d35b6c9d8c89b3b7327a52c4972a7e4281d3 (patch)
treedcffdc06bf8aa65becbf5b05a05489baa2989051 /fs/io-wq.c
parentio_uring: minor clean up in trace events definition (diff)
downloadwireguard-linux-ec16d35b6c9d8c89b3b7327a52c4972a7e4281d3.tar.xz
wireguard-linux-ec16d35b6c9d8c89b3b7327a52c4972a7e4281d3.zip
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>
Diffstat (limited to 'fs/io-wq.c')
-rw-r--r--fs/io-wq.c2
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>