From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935236AbcHBOcb (ORCPT ); Tue, 2 Aug 2016 10:32:31 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35669 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756538AbcHBOcE (ORCPT ); Tue, 2 Aug 2016 10:32:04 -0400 From: "seokhoon.yoon" To: Jens Axboe Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, iamyooon@gmail.com Subject: [PATCH 1/1] blkio: update cgroup's document path Date: Tue, 2 Aug 2016 23:31:31 +0900 Message-Id: <1470148291-6269-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 --- block/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/Kconfig b/block/Kconfig index 0363cd7..5665ffe 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -111,7 +111,7 @@ config BLK_DEV_THROTTLING one needs to mount and use blkio cgroup controller for creating cgroups and specifying per device IO rate policies. - See Documentation/cgroups/blkio-controller.txt for more information. + See Documentation/cgroup-v1/blkio-controller.txt for more information. config BLK_CMDLINE_PARSER bool "Block device command line partition parser" -- 1.9.1