From 9ad85d6e3d144f5735b0bf0e3a7917c1a81f065c Mon Sep 17 00:00:00 2001 From: Justin TerAvest Date: Tue, 8 Mar 2011 19:45:00 +0100 Subject: [PATCH] --- yaml --- r: 242255 b: refs/heads/master c: df457f845e5449be2e7d96668791f789b3770ac7 h: refs/heads/master i: 242253: 2812a7951ffa4d060ecc706aee1e2d1ef9543c75 242251: 435e30740f60199b722fa641f5cfcbed4e89f7f6 242247: 61a8abe42a0af21ea6873956ba36e94d234c62ac 242239: 7dab264f53ff7078c2cae9b3c2adb33158013e8b v: v3 --- [refs] | 2 +- trunk/Documentation/cgroups/blkio-controller.txt | 2 +- trunk/block/blk-cgroup.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3db4f2441480..8491ae808b30 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df677140281beb608f6748c341af7612f7bfe7a0 +refs/heads/master: df457f845e5449be2e7d96668791f789b3770ac7 diff --git a/trunk/Documentation/cgroups/blkio-controller.txt b/trunk/Documentation/cgroups/blkio-controller.txt index d915c16df42c..465351d4cf85 100644 --- a/trunk/Documentation/cgroups/blkio-controller.txt +++ b/trunk/Documentation/cgroups/blkio-controller.txt @@ -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. diff --git a/trunk/block/blk-cgroup.h b/trunk/block/blk-cgroup.h index ea4861bdd549..57e7234c5ae5 100644 --- a/trunk/block/blk-cgroup.h +++ b/trunk/block/blk-cgroup.h @@ -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