diff options
author | Tejun Heo <tj@kernel.org> | 2015-05-22 17:13:17 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-06-02 10:33:33 -0400 |
commit | eea8f41cc58849e354ecf8b95bd7f806e1d1f703 (patch) | |
tree | 55530937b474fa002549f956ac1004fb19d3703a /block/elevator.c | |
parent | c4843a7593a9df3ff5b1806084cefdfa81dd7c79 (diff) |
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/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 59794d0d38e3..3bbb48f430e4 100644 --- a/block/elevator.c +++ b/block/elevator.c | |||
@@ -35,11 +35,11 @@ | |||
35 | #include <linux/hash.h> | 35 | #include <linux/hash.h> |
36 | #include <linux/uaccess.h> | 36 | #include <linux/uaccess.h> |
37 | #include <linux/pm_runtime.h> | 37 | #include <linux/pm_runtime.h> |
38 | #include <linux/blk-cgroup.h> | ||
38 | 39 | ||
39 | #include <trace/events/block.h> | 40 | #include <trace/events/block.h> |
40 | 41 | ||
41 | #include "blk.h" | 42 | #include "blk.h" |
42 | #include "blk-cgroup.h" | ||
43 | 43 | ||
44 | static DEFINE_SPINLOCK(elv_list_lock); | 44 | static DEFINE_SPINLOCK(elv_list_lock); |
45 | static LIST_HEAD(elv_list); | 45 | static LIST_HEAD(elv_list); |