From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srivatsa Vaddagiri Subject: Re: [PATCH 5/5] Add fair "control groups" scheduler Date: Mon, 24 Sep 2007 22:48:20 +0530 Message-ID: <20070924171820.GI5657@linux.vnet.ibm.com> References: <20070924163326.GA10291@linux.vnet.ibm.com> <20070924164159.GF10291@linux.vnet.ibm.com> <20070924095815.9d5f7f32.randy.dunlap@oracle.com> Reply-To: vatsa@linux.vnet.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20070924095815.9d5f7f32.randy.dunlap@oracle.com> Sender: linux-kernel-owner@vger.kernel.org To: Randy Dunlap Cc: akpm@linux-foundation.org, Ingo Molnar , dmitry.adamushko@gmail.com, linux-kernel@vger.kernel.org, dhaval@linux.vnet.ibm.com, containers@lists.osdl.org, kamezawa.hiroyu@jp.fujitsu.com, menage@google.com, efault@gmx.de List-Id: containers.vger.kernel.org On Mon, Sep 24, 2007 at 09:58:15AM -0700, Randy Dunlap wrote: > > + config FAIR_CGROUP_SCHED > > + bool "Control groups" > > + depends on CGROUPS > > + help > > + This option allows you to create arbitrary task groups > > + using the "cgroup" psuedo filesystem and control > > + the cpu bandwidth allocated to each such task group. > > + Refer to Documentation/cgroups.txt for more information > > + on "cgroup" psuedo filesystem. > > Too much indentation. > > s/cpu/CPU/g please. will fix both. > > +config RESOURCE_COUNTERS > > + bool "Resource counters" > > + help > > + This option enables controller independent resource accounting > > + infrastructure that works with cgroups > > Use tab + 2 spaces to indent help text. This one was there before in -mm ..I just moved it below in the Kconfig file. Neverthless will fix the coding-style here as well. Thanks for your reviews! -- Regards, vatsa