commit | 2c1b4a5ca48831595979a850f40ced8e7da026f8 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Sun Oct 30 14:59:58 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 30 17:37:14 2005 -0800 |
tree | 06fe8a400df8c5166c7f47ca2c30a584473f1170 | |
parent | a0f496517f3e28d651d0cbbcf2d4fb701ed6957e [diff] |
[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 <rjw@sisk.pl> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>