From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762901AbYEHK7Y (ORCPT ); Thu, 8 May 2008 06:59:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754219AbYEHK7N (ORCPT ); Thu, 8 May 2008 06:59:13 -0400 Received: from E23SMTP01.au.ibm.com ([202.81.18.162]:48322 "EHLO e23smtp01.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753238AbYEHK7M (ORCPT ); Thu, 8 May 2008 06:59:12 -0400 Date: Thu, 8 May 2008 16:29:03 +0530 From: Dhaval Giani To: menage@google.com Cc: nikhil.john@yahoo.com, Sudhir Kumar , Balbir Singh , Andrew Morton , lkml Subject: [PATCH] fix cgroups documentation Message-ID: <20080508105903.GA3870@linux.vnet.ibm.com> Reply-To: Dhaval Giani MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Just correcting the cgroups documentation to reflect the correct file names. Signed-off-by: Dhaval Giani Index: linux-2.6/Documentation/cgroups.txt =================================================================== --- linux-2.6.orig/Documentation/cgroups.txt 2008-04-30 14:42:05.000000000 +0530 +++ linux-2.6/Documentation/cgroups.txt 2008-05-08 16:26:58.000000000 +0530 @@ -310,8 +310,8 @@ and then start a subshell 'sh' in that c cd /dev/cgroup mkdir Charlie cd Charlie - /bin/echo 2-3 > cpus - /bin/echo 1 > mems + /bin/echo 2-3 > cpuset.cpus + /bin/echo 1 > cpuset.mems /bin/echo $$ > tasks sh # The subshell 'sh' is now running in cgroup Charlie -- regards, Dhaval