-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 2f5ea47712489a9d2d3cb832eb06062e4e64e0ec | ||
refs/heads/master: f2eecb91522686edf8199947b77f435a4031d92f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |