From: Johannes Weiner Date: Wed, 6 Aug 2014 23:05:47 +0000 (-0700) Subject: mm: memcontrol: reclaim at least once for __GFP_NORETRY X-Git-Tag: cleanup-for-v3.18~96^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c34c291e746aab1c2bfd6d6609b2e47fa0978b;p=pandora-kernel.git mm: memcontrol: reclaim at least once for __GFP_NORETRY 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 Hocko Cc: Hugh Dickins Cc: Tejun Heo Cc: Vladimir Davydov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed