aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorseokhoon.yoon2016-08-02 16:03:13 -0500
committerLinus Torvalds2016-08-02 16:31:41 -0500
commit9991a9c8dbd2a45b7e09176ff54ffc8c40ae7791 (patch)
treea35a16ed8ece9f5305cff168a53929297a53e38b /init/Kconfig
parent901d805c33fc4c029fc6b2d94ee5fb7d30278045 (diff)
downloadkernel-9991a9c8dbd2a45b7e09176ff54ffc8c40ae7791.tar.gz
kernel-9991a9c8dbd2a45b7e09176ff54ffc8c40ae7791.tar.xz
kernel-9991a9c8dbd2a45b7e09176ff54ffc8c40ae7791.zip
cgroup: update cgroup's document path
cgroup's document path is changed to "cgroup-v1". update it. Link: http://lkml.kernel.org/r/1470148443-6509-1-git-send-email-iamyooon@gmail.com Signed-off-by: seokhoon.yoon <iamyooon@gmail.com> Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 46f817abff0e..79c6aad5ea15 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -952,7 +952,7 @@ menuconfig CGROUPS
952 controls or device isolation. 952 controls or device isolation.
953 See 953 See
954 - Documentation/scheduler/sched-design-CFS.txt (CFS) 954 - Documentation/scheduler/sched-design-CFS.txt (CFS)
955 - Documentation/cgroups/ (features for grouping, isolation 955 - Documentation/cgroup-v1/ (features for grouping, isolation
956 and resource control) 956 and resource control)
957 957
958 Say N if unsure. 958 Say N if unsure.
@@ -1009,7 +1009,7 @@ config BLK_CGROUP
1009 CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set 1009 CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set
1010 CONFIG_BLK_DEV_THROTTLING=y. 1010 CONFIG_BLK_DEV_THROTTLING=y.
1011 1011
1012 See Documentation/cgroups/blkio-controller.txt for more information. 1012 See Documentation/cgroup-v1/blkio-controller.txt for more information.
1013 1013
1014config DEBUG_BLK_CGROUP 1014config DEBUG_BLK_CGROUP
1015 bool "IO controller debugging" 1015 bool "IO controller debugging"