aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig
index be788c0957d4..3da09dab5378 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -728,9 +728,9 @@ config BLK_CGROUP
728 728
729 This option only enables generic Block IO controller infrastructure. 729 This option only enables generic Block IO controller infrastructure.
730 One needs to also enable actual IO controlling logic/policy. For 730 One needs to also enable actual IO controlling logic/policy. For
731 enabling proportional weight division of disk bandwidth in CFQ seti 731 enabling proportional weight division of disk bandwidth in CFQ, set
732 CONFIG_CFQ_GROUP_IOSCHED=y and for enabling throttling policy set 732 CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set
733 CONFIG_BLK_THROTTLE=y. 733 CONFIG_BLK_DEV_THROTTLING=y.
734 734
735 See Documentation/cgroups/blkio-controller.txt for more information. 735 See Documentation/cgroups/blkio-controller.txt for more information.
736 736