From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756785AbcHBOhN (ORCPT ); Tue, 2 Aug 2016 10:37:13 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35317 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753306AbcHBOeM (ORCPT ); Tue, 2 Aug 2016 10:34:12 -0400 From: "seokhoon.yoon" To: Andrew Morton Cc: linux-kernel@vger.kernel.org, iamyooon@gmail.com Subject: [PATCH 1/1] cgroup: update cgroup's document path Date: Tue, 2 Aug 2016 23:34:03 +0900 Message-Id: <1470148443-6509-1-git-send-email-iamyooon@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org cgroup's document path is changed to "cgroup-v1". update it. Signed-off-by: seokhoon.yoon --- 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