commit | dae06ac43d56d23e50a2300d511b32a9e38cd657 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Sat Sep 03 15:54:42 2005 -0700 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Mon Sep 05 00:05:42 2005 -0700 |
tree | 62bfa95e769ec5c731f02435b49025a15c45faf4 | |
parent | 5d337b9194b1ce3b6fd5f3cb2799455ed2f9a3d1 [diff] |
[PATCH] swap: update swsusp use of swap_info Aha, swsusp dips into swap_info[], better update it to swap_lock. It's bitflipping flags with 0xFF, so get_swap_page will allocate from only the one chosen device: let's change that to flip SWP_WRITEOK. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>