Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758862AbYBSKmz (ORCPT ); Tue, 19 Feb 2008 05:42:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754313AbYBSKmo (ORCPT ); Tue, 19 Feb 2008 05:42:44 -0500 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:33058 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754284AbYBSKmn (ORCPT ); Tue, 19 Feb 2008 05:42:43 -0500 Date: Tue, 19 Feb 2008 19:42:49 +0900 From: KOSAKI Motohiro To: kernel list , Trivial patch monkey , Paul Jackson , Christoph Lameter , Paul Menage Subject: cpuset trivial documentation fix s/N_MEMORY/N_HIGH_MEMORY/ Cc: kosaki.motohiro@jp.fujitsu.com Message-Id: <20080219193503.94A0.KOSAKI.MOTOHIRO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.42 [ja] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1354 Lines: 36 Hi, this is easy documentation fix. current implementation of cpuset track N_HIGH_MEMORY instead N_MEMORY. (N_MEMORY doesn't exist in current implementation) Signed-off-by: KOSAKI Motohiro CC: Paul Jackson CC: Christoph Lameter CC: Paul Menage --- Documentation/cpusets.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/Documentation/cpusets.txt =================================================================== --- a/Documentation/cpusets.txt 2008-02-14 13:42:22.000000000 +0900 +++ b/Documentation/cpusets.txt 2008-02-19 19:37:14.000000000 +0900 @@ -209,7 +209,7 @@ and name space for cpusets, with a minim The cpus and mems files in the root (top_cpuset) cpuset are read-only. The cpus file automatically tracks the value of cpu_online_map using a CPU hotplug notifier, and the mems file -automatically tracks the value of node_states[N_MEMORY]--i.e., +automatically tracks the value of node_states[N_HIGH_MEMORY]--i.e., nodes with memory--using the cpuset_track_online_nodes() hook. -- 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/