[PATCH 03/22] Hibernation: Move root_swap declaration.

From: Nigel Cunningham
Date: Sat Sep 25 2010 - 00:21:28 EST


Move the declaration of root_swap in preparation for the
next patch.

Signed-off-by: Nigel Cunningham <nigel@xxxxxxxxxxxx>
---
kernel/power/swap.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/kernel/power/swap.c b/kernel/power/swap.c
index d53417b..587f851 100644
--- a/kernel/power/swap.c
+++ b/kernel/power/swap.c
@@ -63,6 +63,8 @@ struct swap_map_handle {
unsigned int k;
};

+static unsigned short root_swap = 0xffff;
+
struct swsusp_header {
char reserved[PAGE_SIZE - 21 - sizeof(sector_t) - sizeof(int)];
char write_speed;
@@ -218,7 +220,6 @@ int swsusp_swap_in_use(void)
* General things
*/

-static unsigned short root_swap = 0xffff;
struct block_device *hib_resume_bdev;
char __nosavedata write_speed, read_speed;

--
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/