Skip to content

Commit

Permalink
io-wq: remove header files not needed anymore
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olivier Langlois authored and Jens Axboe committed Jun 16, 2021
1 parent 3d7b7b5 commit ec16d35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/io-wq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ec16d35

Please sign in to comment.