Initialisation specific to files (as opposed to reading from an initrd).
Signed-off-by: Nigel Cunningham <[email protected]>
kernel/power/suspend_file.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/kernel/power/suspend_file.c b/kernel/power/suspend_file.c
index 6f298fc..1dd082f 100644
--- a/kernel/power/suspend_file.c
+++ b/kernel/power/suspend_file.c
@@ -582,3 +582,15 @@ out:
return -EIO;
}
+static int file_init(void)
+{
+ suspend_writer_buffer_posn = 0;
+
+ /* Read filewriter configuration */
+ suspend_bio_ops.bdev_page_io(READ, filewriter_target_bdev,
+ target_header_start,
+ virt_to_page((unsigned long) suspend_writer_buffer));
+
+ return 0;
+}
+
--
Nigel Cunningham nigel at suspend2 dot net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]