Re: [patch 04/10] mm: memcontrol: reclaim at least once for __GFP_NORETRY

2014-06-03 Thread Michal Hocko
On Thu 29-05-14 12:15:56, Johannes Weiner wrote: > Currently, __GFP_NORETRY tries charging once and gives up before even > trying to reclaim. Bring the behavior on par with the page allocator > and reclaim at least once before giving up. > > Signed-off-by: Johannes Weiner Acked-by: Michal

Re: [patch 04/10] mm: memcontrol: reclaim at least once for __GFP_NORETRY

2014-06-03 Thread Michal Hocko
On Thu 29-05-14 12:15:56, Johannes Weiner wrote: Currently, __GFP_NORETRY tries charging once and gives up before even trying to reclaim. Bring the behavior on par with the page allocator and reclaim at least once before giving up. Signed-off-by: Johannes Weiner han...@cmpxchg.org

[patch 04/10] mm: memcontrol: reclaim at least once for __GFP_NORETRY

2014-05-29 Thread Johannes Weiner
Currently, __GFP_NORETRY tries charging once and gives up before even trying to reclaim. Bring the behavior on par with the page allocator and reclaim at least once before giving up. Signed-off-by: Johannes Weiner --- mm/memcontrol.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[patch 04/10] mm: memcontrol: reclaim at least once for __GFP_NORETRY

2014-05-29 Thread Johannes Weiner
Currently, __GFP_NORETRY tries charging once and gives up before even trying to reclaim. Bring the behavior on par with the page allocator and reclaim at least once before giving up. Signed-off-by: Johannes Weiner han...@cmpxchg.org --- mm/memcontrol.c | 6 +++--- 1 file changed, 3