diff mbox

[1/1] blkio: update cgroup's document path

Message ID 1470148291-6269-1-git-send-email-iamyooon@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

seokhoon.yoon Aug. 2, 2016, 2:31 p.m. UTC
cgroup's document path is changed to "cgroup-v1". update it.

Signed-off-by: seokhoon.yoon <iamyooon@gmail.com>
---
 block/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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"