Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932083Ab2F2NXd (ORCPT ); Fri, 29 Jun 2012 09:23:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61449 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932068Ab2F2NXc (ORCPT ); Fri, 29 Jun 2012 09:23:32 -0400 Date: Fri, 29 Jun 2012 15:23:30 +0200 From: Petr Holasek To: Cong Wang Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] KSM: numa awareness sysfs knob Message-ID: <20120629132330.GA20670@dhcp-27-244.brq.redhat.com> References: <1340970592-25001-1-git-send-email-pholasek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 562 Lines: 16 On Fri, 29 Jun 2012, Cong Wang wrote: > On Fri, 29 Jun 2012 at 11:49 GMT, Petr Holasek wrote: > > - root_unstable_tree = RB_ROOT; > > + for (i = 0; i < MAX_NUMNODES; i++) > > + root_unstable_tree[i] = RB_ROOT; > > > This is not aware of memory-hotplug, right? > What makes you think so? -- 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/