Re: [PATCH v2] KSM: numa awareness sysfs knob

From: Petr Holasek
Date: Fri Jun 29 2012 - 09:23:27 EST


On Fri, 29 Jun 2012, Cong Wang wrote:
> On Fri, 29 Jun 2012 at 11:49 GMT, Petr Holasek <pholasek@xxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/