[PATCH] swsusp: avoid problems if there are too many pages to save
authorRafael J. Wysocki <rjw@sisk.pl>
Wed, 28 Sep 2005 04:45:43 +0000 (21:45 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Sep 2005 14:46:41 +0000 (07:46 -0700)
commit0f7347c20c410c300be0db4c132945fd02e54110
tree8f8a059eaed60c6d4f98a62f7dde447d4a76b9e3
parentf65a4d10c8a4eb9f919cf416e5dcd720b7d20f50
[PATCH] swsusp: avoid problems if there are too many pages to save

The following patch makes swsusp avoid problems during resume if there are
too many pages to save on suspend.  It adds a constant that allows us to
verify if we are going to save too many pages and implements the check
(this is done as early as we can tell that the check will trigger, which is
in swsusp_alloc()).

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/power/power.h
kernel/power/swsusp.c