From patchwork Tue Aug 2 14:31:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "seokhoon.yoon" X-Patchwork-Id: 9257713 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E284C6077C for ; Tue, 2 Aug 2016 14:32:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D49372864F for ; Tue, 2 Aug 2016 14:32:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C933F28650; Tue, 2 Aug 2016 14:32:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C097D28652 for ; Tue, 2 Aug 2016 14:32:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933660AbcHBOcY (ORCPT ); Tue, 2 Aug 2016 10:32:24 -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 Received: by mail-pf0-f193.google.com with SMTP id h186so12584566pfg.2; Tue, 02 Aug 2016 07:31:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=+IeWZSeL2doMFwy6rixBaMaDup2t9EyiGUWrEzWOqK8=; b=KSeznNM304bRQGfK0TDGI/ALwjimoPebNXPVIq7tOQfeZ7Y7+O15qUzz5S+ZClheRV 7EmY5IxG6iu1HoNA/p5Q+ryddufAj0jfiKoN0Yn9L1MGmq5lBW++nFKvNrHZCSrBOFhz vN4R/+RQbhRg2jQ0M7t99JhTAYb/o8IYJtPqO/NQMQSjqmhO8bujqVsxaLMg4DYofC4T 9wnlPObDN0/PTbPtbZtNZh1fKQnn43QnlvwSkxjvwU6TSLXT7h8tg2QgZ6heSmURiVnI XzsaMrmX4ytIOnXvE8P3LWdSy1FSI6CBv6FaFuoMVyXsTycuXdI/HmL3T7PcUaROoLpD w23g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=+IeWZSeL2doMFwy6rixBaMaDup2t9EyiGUWrEzWOqK8=; b=f5mFeY3F+LvnOk1FieWOjRfL8QG6o+/upXP1Zt3tLJC5948U7SjvLym193u3Gr7Jki bnvb+HLdykwl1dm2rTiLB0k9VbeU3e/suwEsfv1kZEXI6jayo9xZhZ1r72ULiGfqy6p2 68e+17QDZYRIa25r+DIaeErvAyIhQjJ6qMsrkQyXsQxw8EqgwXzpz0PDRSUAJ3yO+s2n t7SoK0T30502o/WbUKv4StTx6jmZSLvYmqbBpISO6KjiSe02WpQGoMWgStm/+KCnDpSS mvHyvjo6XCfItP7mwYU+Y8f82mY0uUsnsa2wThqBDB2dEyKeChL+W2Vbq6/OARWLpZzT s4FA== X-Gm-Message-State: AEkoous9ouLepT0KKumA4qbi5+Jg5dRI2Fv3VG02/iYTIdmqE7NNsbQaHcdezgvPQenxWw== X-Received: by 10.98.9.194 with SMTP id 63mr106463706pfj.56.1470148301363; Tue, 02 Aug 2016 07:31:41 -0700 (PDT) Received: from localhost.localdomain ([122.42.177.123]) by smtp.googlemail.com with ESMTPSA id a20sm5437499pfa.27.2016.08.02.07.31.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 02 Aug 2016 07:31:40 -0700 (PDT) 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-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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"