mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
0f7347c20c
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> |
||
---|---|---|
.. | ||
console.c | ||
disk.c | ||
Kconfig | ||
main.c | ||
Makefile | ||
pm.c | ||
power.h | ||
poweroff.c | ||
process.c | ||
smp.c | ||
swsusp.c |