diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-01-16 19:08:41 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-01-17 05:15:04 -0500 |
commit | c5e0591ae3a13adfe2d6d685ba9cc6d84d0e58df (patch) | |
tree | 97bb34ab72088e2ae790bdbe65c711b29fed0489 | |
parent | 79e2e7597de5e36a2f7f0dca13011f46ee37c809 (diff) |
Kconfig: BLK_THROTTLE -> BLK_DEV_THROTTLING
It would seem that `CONFIG_BLK_THROTTLE' doesn't exist,
as it is only referenced in the documentation for
`CONFIG_BLK_CGROUP'. The only other choice is
`CONFIG_BLK_DEV_THROTTLING':
$ git grep --cached THROTTL -- \*Kconfig
block/Kconfig:config BLK_DEV_THROTTLING
init/Kconfig: CONFIG_BLK_THROTTLE=y.
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 9715b228a998..cb0b2051bbb4 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -745,7 +745,7 @@ config BLK_CGROUP | |||
745 | One needs to also enable actual IO controlling logic/policy. For | 745 | One needs to also enable actual IO controlling logic/policy. For |
746 | enabling proportional weight division of disk bandwidth in CFQ, set | 746 | enabling proportional weight division of disk bandwidth in CFQ, set |
747 | CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set | 747 | CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set |
748 | CONFIG_BLK_THROTTLE=y. | 748 | CONFIG_BLK_DEV_THROTTLING=y. |
749 | 749 | ||
750 | See Documentation/cgroups/blkio-controller.txt for more information. | 750 | See Documentation/cgroups/blkio-controller.txt for more information. |
751 | 751 | ||