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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>