aboutsummaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
diff options
context:
space:
mode:
authorGravatar Jens Axboe <jens.axboe@oracle.com> 2009-12-04 10:06:35 +0100
committerGravatar Jens Axboe <jens.axboe@oracle.com> 2009-12-04 10:06:35 +0100
commitf2eecb91522686edf8199947b77f435a4031d92f (patch)
treee584c9d81971fb741508c176d74ef51ff45a4bcc /block/blk-cgroup.c
parentcfq-iosched: fix compile problem with !CONFIG_CGROUP (diff)
downloadlinux-f2eecb91522686edf8199947b77f435a4031d92f.tar.gz
linux-f2eecb91522686edf8199947b77f435a4031d92f.tar.bz2
linux-f2eecb91522686edf8199947b77f435a4031d92f.zip
cfq-iosched: move IO controller declerations to a header file
They should not be declared inside some other file that's not related to CFQ. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/blk-cgroup.c')
-rw-r--r--block/blk-cgroup.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/block/blk-cgroup.c b/block/blk-cgroup.c
index 179ddfaebc5c..73a5525cc0a2 100644
--- a/block/blk-cgroup.c
+++ b/block/blk-cgroup.c
@@ -14,9 +14,7 @@
#include <linux/seq_file.h>
#include <linux/kdev_t.h>
#include "blk-cgroup.h"
-
-extern void cfq_unlink_blkio_group(void *, struct blkio_group *);
-extern void cfq_update_blkio_group_weight(struct blkio_group *, unsigned int);
+#include "cfq-iosched.h"
struct blkio_cgroup blkio_root_cgroup = { .weight = 2*BLKIO_WEIGHT_DEFAULT };