diff options
author | Tejun Heo <tj@kernel.org> | 2011-10-19 08:31:18 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2011-10-19 08:31:18 -0400 |
commit | bc9fcbf9cb8ec76d340da16fbf48a9a316e14c52 (patch) | |
tree | 89376b8811a0d440328dc4f31ef062c811db1cc1 /block/blk-throttle.c | |
parent | ece84241b93c4693bfe0a8ec9a043a16d216d0cd (diff) |
block: move blk_throtl prototypes to block/blk.h
blk_throtl interface is block internal and there's no reason to have
them in linux/blkdev.h. Move them to block/blk.h.
This patch doesn't introduce any functional change.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-throttle.c')
-rw-r--r-- | block/blk-throttle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk-throttle.c b/block/blk-throttle.c index a19f58c6fc3a..f3f495ea4eeb 100644 --- a/block/blk-throttle.c +++ b/block/blk-throttle.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/bio.h> | 10 | #include <linux/bio.h> |
11 | #include <linux/blktrace_api.h> | 11 | #include <linux/blktrace_api.h> |
12 | #include "blk-cgroup.h" | 12 | #include "blk-cgroup.h" |
13 | #include "blk.h" | ||
13 | 14 | ||
14 | /* Max dispatch from a group in 1 round */ | 15 | /* Max dispatch from a group in 1 round */ |
15 | static int throtl_grp_quantum = 8; | 16 | static int throtl_grp_quantum = 8; |