summaryrefslogtreecommitdiffstats
path: root/block/blk-sysfs.c
diff options
context:
space:
mode:
authorMing Lei <ming.lei@redhat.com>2022-02-11 18:11:49 +0800
committerJens Axboe <axboe@kernel.dk>2022-02-11 10:02:41 -0700
commit672fdcf0e7de3b1e39416ac85abf178f023271f1 (patch)
tree956b7261861c52007efe675aa35f3b55836c7c6c /block/blk-sysfs.c
parent472e4314c039d6cf36e28783b1c63f87b5b394c2 (diff)
downloadlinux-stable-672fdcf0e7de3b1e39416ac85abf178f023271f1.tar.gz
linux-stable-672fdcf0e7de3b1e39416ac85abf178f023271f1.tar.bz2
linux-stable-672fdcf0e7de3b1e39416ac85abf178f023271f1.zip
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/blk-sysfs.c')
-rw-r--r--block/blk-sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c
index 9f32882ceb2f..4c6b7dff71e5 100644
--- a/block/blk-sysfs.c
+++ b/block/blk-sysfs.c
@@ -10,7 +10,6 @@
#include <linux/backing-dev.h>
#include <linux/blktrace_api.h>
#include <linux/blk-mq.h>
-#include <linux/blk-cgroup.h>
#include <linux/debugfs.h>
#include "blk.h"
@@ -18,6 +17,7 @@
#include "blk-mq-debugfs.h"
#include "blk-mq-sched.h"
#include "blk-wbt.h"
+#include "blk-cgroup.h"
#include "blk-throttle.h"
struct queue_sysfs_entry {