Re: [PATCH] mm, slaub: Add __GFP_ATOMIC to the GFP reclaim mask

2016-06-13 Thread Michal Hocko
On Fri 10-06-16 10:38:32, Mel Gorman wrote: > Commit d0164adc89f6 ("mm, page_alloc: distinguish between being unable to > sleep, unwilling to sleep and avoiding waking kswapd") modified __GFP_WAIT > to explicitly identify the difference between atomic callers and those that > were unwilling to slee

Re: [PATCH] mm, slaub: Add __GFP_ATOMIC to the GFP reclaim mask

2016-06-10 Thread Vlastimil Babka
On 06/10/2016 11:38 AM, Mel Gorman wrote: > Commit d0164adc89f6 ("mm, page_alloc: distinguish between being unable to > sleep, unwilling to sleep and avoiding waking kswapd") modified __GFP_WAIT > to explicitly identify the difference between atomic callers and those that > were unwilling to sleep.

[PATCH] mm, slaub: Add __GFP_ATOMIC to the GFP reclaim mask

2016-06-10 Thread Mel Gorman
Commit d0164adc89f6 ("mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd") modified __GFP_WAIT to explicitly identify the difference between atomic callers and those that were unwilling to sleep. Later the definition was removed entirely. The G