Re: [PATCH 2/3] mm: unify checks in alloc_pages_node() and __alloc_pages_node()

2015-08-20 Thread Michal Hocko
On Thu 20-08-15 16:14:34, Michal Hocko wrote: > On Thu 20-08-15 13:43:21, Vlastimil Babka wrote: > > Perform the same debug checks in alloc_pages_node() as are done in > > __alloc_pages_node(), by making the former function a wrapper of the latter > > one. > >

Re: [PATCH 2/3] mm: unify checks in alloc_pages_node() and __alloc_pages_node()

2015-08-20 Thread Michal Hocko
_mask)); > + return __alloc_pages_node(nid, gfp_mask, order); > } > > #ifdef CONFIG_NUMA > -- > 2.5.0 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majord...@vger.kernel.org > More maj

Re: [PATCH 1/3] mm: rename alloc_pages_exact_node to __alloc_pages_node

2015-08-20 Thread Michal Hocko
V > Acked-by: Christoph Lameter > Cc: Pekka Enberg > Cc: Joonsoo Kim > Cc: Naoya Horiguchi > Cc: Tony Luck > Cc: Fenghua Yu > Cc: Arnd Bergmann > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Acked-by: Michael Ellerman > Cc: Gleb Natapov > Cc: Paolo