diff options
author | Ming Lei <ming.lei@redhat.com> | 2022-02-11 13:11:49 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-02-11 20:02:41 +0300 |
commit | 672fdcf0e7de3b1e39416ac85abf178f023271f1 (patch) | |
tree | 956b7261861c52007efe675aa35f3b55836c7c6c /block/elevator.c | |
parent | 472e4314c039d6cf36e28783b1c63f87b5b394c2 (diff) | |
download | linux-672fdcf0e7de3b1e39416ac85abf178f023271f1.tar.xz |
block: partition include/linux/blk-cgroup.h
Partition include/linux/blk-cgroup.h into two parts: one is public part,
the other is block layer private part.
Suggested by Christoph Hellwig.
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220211101149.2368042-4-ming.lei@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/elevator.c')
-rw-r--r-- | block/elevator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/elevator.c b/block/elevator.c index ec98aed39c4f..6847ab6e7aa5 100644 --- a/block/elevator.c +++ b/block/elevator.c @@ -35,7 +35,6 @@ #include <linux/hash.h> #include <linux/uaccess.h> #include <linux/pm_runtime.h> -#include <linux/blk-cgroup.h> #include <trace/events/block.h> @@ -44,6 +43,7 @@ #include "blk-mq-sched.h" #include "blk-pm.h" #include "blk-wbt.h" +#include "blk-cgroup.h" static DEFINE_SPINLOCK(elv_list_lock); static LIST_HEAD(elv_list); |