Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1454593 > unrolled thread
| Started by | "seokhoon.yoon" <iamyooon@gmail.com> |
|---|---|
| First post | 2016-08-02 16:40 +0200 |
| Last post | 2016-08-02 16:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 1/1] cgroup: update cgroup's document path "seokhoon.yoon" <iamyooon@gmail.com> - 2016-08-02 16:40 +0200
| From | "seokhoon.yoon" <iamyooon@gmail.com> |
|---|---|
| Date | 2016-08-02 16:40 +0200 |
| Subject | [PATCH 1/1] cgroup: update cgroup's document path |
| Message-ID | <s1J1p-5FG-57@gated-at.bofh.it> |
cgroup's document path is changed to "cgroup-v1". update it. Signed-off-by: seokhoon.yoon <iamyooon@gmail.com> --- init/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index f755a60..55735914 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -951,7 +951,7 @@ menuconfig CGROUPS controls or device isolation. See - Documentation/scheduler/sched-design-CFS.txt (CFS) - - Documentation/cgroups/ (features for grouping, isolation + - Documentation/cgroup-v1/ (features for grouping, isolation and resource control) Say N if unsure. @@ -1008,7 +1008,7 @@ config BLK_CGROUP CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set CONFIG_BLK_DEV_THROTTLING=y. - See Documentation/cgroups/blkio-controller.txt for more information. + See Documentation/cgroup-v1/blkio-controller.txt for more information. config DEBUG_BLK_CGROUP bool "IO controller debugging" -- 1.9.1
Back to top | Article view | linux.kernel
csiph-web