summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
diff options
context:
space:
mode:
authorTejun Heo2015-05-22 23:13:17 +0200
committerJens Axboe2015-06-02 16:33:33 +0200
commiteea8f41cc58849e354ecf8b95bd7f806e1d1f703 (patch)
tree55530937b474fa002549f956ac1004fb19d3703a /block/blk-core.c
parentmemcg: add per cgroup dirty page accounting (diff)
downloadkernel-qcow2-linux-eea8f41cc58849e354ecf8b95bd7f806e1d1f703.tar.gz
kernel-qcow2-linux-eea8f41cc58849e354ecf8b95bd7f806e1d1f703.tar.xz
kernel-qcow2-linux-eea8f41cc58849e354ecf8b95bd7f806e1d1f703.zip
blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
cgroup aware writeback support will require exposing some of blkcg details. In preprataion, move block/blk-cgroup.h to include/linux/blk-cgroup.h. This patch is pure file move. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Vivek Goyal <vgoyal@redhat.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-core.c')
-rw-r--r--block/blk-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index aa819a58ea24..4afac14d4499 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -32,12 +32,12 @@
#include <linux/delay.h>
#include <linux/ratelimit.h>
#include <linux/pm_runtime.h>
+#include <linux/blk-cgroup.h>
#define CREATE_TRACE_POINTS
#include <trace/events/block.h>
#include "blk.h"
-#include "blk-cgroup.h"
#include "blk-mq.h"
EXPORT_TRACEPOINT_SYMBOL_GPL(block_bio_remap);