[PATCH] swsusp: fix memory shrinker
authorRafael J. Wysocki <rjw@sisk.pl>
Thu, 5 Apr 2007 02:08:21 +0000 (19:08 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 5 Apr 2007 04:12:47 +0000 (21:12 -0700)
commitc75fd0ee6e1750e6e527ed1d4aeee66739d9ad79
tree67f8787f04f388b4f201a07a8106204007e336cd
parent418106d6248618bca1add65168a82974c72206db
[PATCH] swsusp: fix memory shrinker

Fix a bug in the swsusp's memory shrinker that causes some systems using
highmem to refuse to suspend to disk if image_size is set above 1/2 of
available RAM.

Special thanks to Jiri Slaby for reporting the problem and assistance in
debugging it.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Jiri Slaby <jirislaby@gmail.com>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/power/swsusp.c