Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173008
b: refs/heads/master
c: f2eecb9
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Dec 4, 2009
1 parent e244b3d commit 26c480b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f5ea47712489a9d2d3cb832eb06062e4e64e0ec
refs/heads/master: f2eecb91522686edf8199947b77f435a4031d92f
4 changes: 1 addition & 3 deletions trunk/block/blk-cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

Expand Down
1 change: 1 addition & 0 deletions trunk/block/cfq-iosched.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/ioprio.h>
#include <linux/blktrace_api.h>
#include "blk-cgroup.h"
#include "cfq-iosched.h"

/*
* tunables
Expand Down
7 changes: 7 additions & 0 deletions trunk/block/cfq-iosched.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef CFQ_IOSCHED_H
#define CFQ_IOSCHED_H

void cfq_unlink_blkio_group(void *, struct blkio_group *);
void cfq_update_blkio_group_weight(struct blkio_group *, unsigned int);

#endif

0 comments on commit 26c480b

Please sign in to comment.