Invalidate an image stored by the filewriter.
Signed-off-by: Nigel Cunningham <[email protected]>
kernel/power/suspend_file.c | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/kernel/power/suspend_file.c b/kernel/power/suspend_file.c
index 4f9d6f5..04f9cd0 100644
--- a/kernel/power/suspend_file.c
+++ b/kernel/power/suspend_file.c
@@ -757,3 +757,21 @@ static unsigned long filewriter_storage_
(block_chain.allocs - block_chain.frees));
}
+/*
+ * filewriter_invalidate_image
+ *
+ */
+static int filewriter_invalidate_image(void)
+{
+ int result;
+
+ if (nr_suspends > 0)
+ filewriter_release_storage();
+
+ result = filewriter_signature_op(INVALIDATE);
+ if (result == 1 && !nr_suspends)
+ printk(KERN_WARNING name_suspend "Image invalidated.\n");
+
+ return result;
+}
+
--
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]