From: David Rientjes Date: Tue, 8 Sep 2015 22:00:31 +0000 (-0700) Subject: mm: improve __GFP_NORETRY comment based on implementation X-Git-Tag: omap-for-v4.3/fixes-rc1~54^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c015d07507e164d93b33498b4e482ff81c0e9b;p=pandora-kernel.git mm: improve __GFP_NORETRY comment based on implementation Explicitly state that __GFP_NORETRY will attempt direct reclaim and memory compaction before returning NULL and that the oom killer is not called in the current implementation of the page allocator. [akpm@linux-foundation.org: s/has/have/] Signed-off-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed