[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20120629132330.GA20670@dhcp-27-244.brq.redhat.com>
Date: Fri, 29 Jun 2012 15:23:30 +0200
From: Petr Holasek <pholasek@...hat.com>
To: Cong Wang <xiyou.wangcong@...il.com>
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] KSM: numa awareness sysfs knob
On Fri, 29 Jun 2012, Cong Wang wrote:
> On Fri, 29 Jun 2012 at 11:49 GMT, Petr Holasek <pholasek@...hat.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists