commit | 859491218770315ba95ee3fa09961fc71c506cae | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Wed Dec 06 20:34:19 2006 -0800 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 07 08:39:27 2006 -0800 |
tree | 102516d38b2ad342a193324771048d96d401dc8c | |
parent | 8357376d3df21b7d6f857931a57ac50da9c66e26 [diff] |
[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 <pavel@ucw.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>