From: Rafael J. Wysocki Date: Sun, 30 Oct 2005 22:59:58 +0000 (-0800) Subject: [PATCH] swsusp: rework memory freeing on resume X-Git-Tag: v2.6.15-rc1~59^2~15^2~144 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c1b4a5ca48831595979a850f40ced8e7da026f8;p=pandora-kernel.git [PATCH] swsusp: rework memory freeing on resume The following patch makes swsusp use the PG_nosave and PG_nosave_free flags to mark pages that should be freed in case of an error during resume. This allows us to simplify the code and to use swsusp_free() in all of the swsusp's resume error paths, which makes them actually work. Signed-off-by: Rafael J. Wysocki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed