From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756667AbcHBOjH (ORCPT ); Tue, 2 Aug 2016 10:39:07 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:33648 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932974AbcHBOfe (ORCPT ); Tue, 2 Aug 2016 10:35:34 -0400 From: "seokhoon.yoon" To: Li Zefan Cc: iamyooon@gmail.com, linux-kernel@vger.kernel.org Subject: [PATCH 1/1] cpuset: update cgroup document path in comment Date: Tue, 2 Aug 2016 23:35:26 +0900 Message-Id: <1470148526-6584-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 --- kernel/cpuset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 73e93e5..4304d10 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c @@ -574,7 +574,7 @@ static void update_domain_attr_tree(struct sched_domain_attr *dattr, * load balancing domains (sched domains) as specified by that partial * partition. * - * See "What is sched_load_balance" in Documentation/cgroups/cpusets.txt + * See "What is sched_load_balance" in Documentation/cgroup-v1/cpusets.txt * for a background explanation of this. * * Does not return errors, on the theory that the callers of this -- 1.9.1