On Fri, 29 Jun 2012, Cong Wang wrote:
On Fri, 29 Jun 2012 at 11:49 GMT, Petr Holasek [off-list ref] wrote:
quoted
- 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@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>