SUSPEND_SAVE_IMAGE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

suspend_save_image - Prepare and write saved image to swap.  

SYNOPSIS

"SYNOPSIS"

int suspend_save_image ( void);  

ARGUMENTS

void
no arguments
 

DESCRIPTION

IRQs are re-enabled here so we can resume devices and safely write to the swap devices. We disable them again before we leave.

The second lock_swapdevices will unlock ignored swap devices since writing is finished. It is important _NOT_ to umount filesystems at this point. We want them synced (in case something goes wrong) but we DO not want to mark  

FILESYSTEM CLEAN

it is not. (And it does not matter, if we resume correctly, we'll mark system clean, anyway.)


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
FILESYSTEM CLEAN

This document was created by man2html, using the manual pages.
Time: 05:31:00 GMT, October 06, 2005