Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242255
b: refs/heads/master
c: df457f8
h: refs/heads/master
i:
  242253: 2812a79
  242251: 435e307
  242247: 61a8abe
  242239: 7dab264
v: v3
  • Loading branch information
Justin TerAvest authored and Jens Axboe committed Mar 8, 2011
1 parent 25af5df commit 9ad85d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: df677140281beb608f6748c341af7612f7bfe7a0
refs/heads/master: df457f845e5449be2e7d96668791f789b3770ac7
2 changes: 1 addition & 1 deletion trunk/Documentation/cgroups/blkio-controller.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Proportional weight policy files
- Specifies per cgroup weight. This is default weight of the group
on all the devices until and unless overridden by per device rule.
(See blkio.weight_device).
Currently allowed range of weights is from 100 to 1000.
Currently allowed range of weights is from 10 to 1000.

- blkio.weight_device
- One can specify per cgroup per device rules using this interface.
Expand Down
2 changes: 1 addition & 1 deletion trunk/block/blk-cgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ static inline char *blkg_path(struct blkio_group *blkg) { return NULL; }

#endif

#define BLKIO_WEIGHT_MIN 100
#define BLKIO_WEIGHT_MIN 10
#define BLKIO_WEIGHT_MAX 1000
#define BLKIO_WEIGHT_DEFAULT 500

Expand Down

0 comments on commit 9ad85d6

Please sign in to comment.