From: Rafael J. Wysocki Date: Thu, 7 Dec 2006 04:34:19 +0000 (-0800) Subject: [PATCH] swsusp: use __GFP_WAIT X-Git-Tag: v2.6.20-rc1~145^2^2~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859491218770315ba95ee3fa09961fc71c506cae;p=pandora-kernel.git [PATCH] swsusp: use __GFP_WAIT swsusp uses GFP_ATOMIC, but it can afford to use __GFP_WAIT, which will permit it to reclaim clean pagecache instead of emitting scary page-allocation-failure messages. Cc: Pavel Machek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed