All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <200803242032.40589.nitingupta910@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index b60d22c..f30f859 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,13 +1,13 @@
 This creates RAM based block device (called ramzswap0) which is used as swap disk.
 
 On write (swap-out):
- - compress page (using LZO)
- - Allocate required amount of memory (using TLSF)
- - Store reference to its location in simple array.
+ - compress page (using LZO)
+ - Allocate required amount of memory (using TLSF)
+ - Store reference to its location in simple array.
 
 On read (swap-in):
- - Get compressed page location from array
- - Decompress this page.
+ - Get compressed page location from array
+ - Decompress this page.
 
 It also makes required Makefile changes.
 
@@ -497,3 +497,9 @@ index 0000000..4ffcd63
 +MODULE_LICENSE("GPL");
 +MODULE_AUTHOR("Nitin Gupta <nitingupta910 at gmail dot com>");
 +MODULE_DESCRIPTION("Compressed RAM Based Swap Device");
+
+--
+To unsubscribe, send a message with 'unsubscribe linux-mm' in
+the body to majordomo@kvack.org.  For more info on Linux MM,
+see: http://www.linux-mm.org/ .
+Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N1/content_digest
index 5bf9c20..8ac5dde 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,13 +8,13 @@
  "This creates RAM based block device (called ramzswap0) which is used as swap disk.\n"
  "\n"
  "On write (swap-out):\n"
- "\302\240- compress page (using LZO)\n"
- "\302\240- Allocate required amount of memory (using TLSF)\n"
- "\302\240- Store reference to its location in simple array.\n"
+ " - compress page (using LZO)\n"
+ " - Allocate required amount of memory (using TLSF)\n"
+ " - Store reference to its location in simple array.\n"
  "\n"
  "On read (swap-in):\n"
- "\302\240- Get compressed page location from array\n"
- "\302\240- Decompress this page.\n"
+ " - Get compressed page location from array\n"
+ " - Decompress this page.\n"
  "\n"
  "It also makes required Makefile changes.\n"
  "\n"
@@ -503,6 +503,12 @@
  "+\n"
  "+MODULE_LICENSE(\"GPL\");\n"
  "+MODULE_AUTHOR(\"Nitin Gupta <nitingupta910 at gmail dot com>\");\n"
- "+MODULE_DESCRIPTION(\"Compressed RAM Based Swap Device\");"
+ "+MODULE_DESCRIPTION(\"Compressed RAM Based Swap Device\");\n"
+ "\n"
+ "--\n"
+ "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
+ "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
+ "see: http://www.linux-mm.org/ .\n"
+ "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-6435157130103d6557efa8d22264058aefff94dacb02a5137cbfc239ebdfa7b8
+c40abf9671f22ed417d4c4a8a4fb76c6faf05a021fd0bd2e4ee57ee73c9849b8

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.