Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758974AbZAJAT7 (ORCPT ); Fri, 9 Jan 2009 19:19:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752813AbZAJATu (ORCPT ); Fri, 9 Jan 2009 19:19:50 -0500 Received: from xenotime.net ([72.52.64.118]:57482 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752510AbZAJATt (ORCPT ); Fri, 9 Jan 2009 19:19:49 -0500 Date: Fri, 9 Jan 2009 16:19:47 -0800 From: Randy Dunlap To: balbir@linux.vnet.ibm.com Cc: Li Zefan , Andrew Morton , Paul Menage , KAMEZAWA Hiroyuki , LKML , Linux Containers Subject: Re: [PATCH] cgroups: consolidate cgroup documents Message-Id: <20090109161947.70f6d73d.rdunlap@xenotime.net> In-Reply-To: <20090109223442.GO9737@balbir.in.ibm.com> References: <4966B383.3030106@cn.fujitsu.com> <20090109223442.GO9737@balbir.in.ibm.com> Organization: YPO4 X-Mailer: Sylpheed 2.6.0 (GTK+ 2.12.0; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1876 Lines: 46 On Sat, 10 Jan 2009 04:04:42 +0530 Balbir Singh wrote: > * Li Zefan [2009-01-09 10:16:35]: > > > Move Documentation/cpusets.txt and Documentation/controllers/* to > > Documentation/cgroups/ > > > > This inlined patch is generated with git-show -M (rename detected) > > and is for review, and the attached one is for apply. > > > > Signed-off-by: Li Zefan > > --- > > Documentation/cgroups/cgroups.txt | 5 +++-- > > Documentation/cgroups/memcg_test.txt | 2 +- > > Documentation/scheduler/sched-design-CFS.txt | 2 +- > > include/linux/res_counter.h | 2 +- > > init/Kconfig | 9 ++++----- > > kernel/cpuset.c | 2 +- > > 11 files changed, 11 insertions(+), 11 deletions(-) > > > > rename Documentation/{controllers => cgroups}/cpuacct.txt (100%) > > rename Documentation/{ => cgroups}/cpusets.txt (100%) > > rename Documentation/{controllers => cgroups}/devices.txt (100%) > > rename Documentation/{controllers => cgroups}/memcg_test.txt (99%) > > rename Documentation/{controllers => cgroups}/memory.txt (100%) > > rename Documentation/{controllers => cgroups}/resource_counter.txt (100%) > > > > diff --git a/Documentation/cgroups/cgroups.txt b/Documentation/cgroups/cgroups.txt > > index e33ee74..d9e5d6f 100644 > > I think it is a good idea to consolidate it all in one place. I'm for that also, but I thought that cpusets existed regardless of cgroups/controllers. Maybe I'm wrong? > Acked-by: Balbir Singh --- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/