diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig index d91de16cf637..56240e724d9a 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -745,9 +745,9 @@ config BLK_CGROUP | |||
745 | 745 | ||
746 | This option only enables generic Block IO controller infrastructure. | 746 | This option only enables generic Block IO controller infrastructure. |
747 | One needs to also enable actual IO controlling logic/policy. For | 747 | One needs to also enable actual IO controlling logic/policy. For |
748 | enabling proportional weight division of disk bandwidth in CFQ seti | 748 | enabling proportional weight division of disk bandwidth in CFQ, set |
749 | CONFIG_CFQ_GROUP_IOSCHED=y and for enabling throttling policy set | 749 | CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set |
750 | CONFIG_BLK_THROTTLE=y. | 750 | CONFIG_BLK_DEV_THROTTLING=y. |
751 | 751 | ||
752 | See Documentation/cgroups/blkio-controller.txt for more information. | 752 | See Documentation/cgroups/blkio-controller.txt for more information. |
753 | 753 | ||