On Fri, 24 Jul 2015, Vlastimil Babka wrote: > Perform the same debug checks in alloc_pages_node() as are done in > alloc_pages_exact_node() and __alloc_pages_node() by making the latter > function the inner core of the former ones. > > Change the !node_online(nid) check from VM_BUG_ON to VM_WARN_ON since it's not > fatal and this patch may expose some buggy callers. > > Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> Acked-by: David Rientjes <rientjes@xxxxxxxxxx> -- 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>