All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1488244308.7627.5.camel@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index 8c2cd9b..05bb35e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -73,3 +73,9 @@ looks like it's mostly used in an ad-hoc way to communicate errors
 across subsystems (block to fs layer, for instance).
 --
 Jeff Layton <jlayton@redhat.com>
+
+--
+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 51bde3f..76f48b4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -95,6 +95,12 @@
  "looks like it's mostly used in an ad-hoc way to communicate errors\n"
  "across subsystems (block to fs layer, for instance).\n"
  "--\n"
- Jeff Layton <jlayton@redhat.com>
+ "Jeff Layton <jlayton@redhat.com>\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>"
 
-750febb3b31055df4e4b1bedf7367fad5fdd81aa8c1c5f261c6d6cdf2403ac09
+3cc3606be26e91830569fec4365570b217179b61a29120e5db4da46f2a0bea93

diff --git a/a/1.txt b/N2/1.txt
index 8c2cd9b..1acae2d 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -35,22 +35,22 @@ of errors and what we expect to happen, and I don't quite have that yet:
 --------------------------8<-----------------------------
 void page_endio(struct page *page, bool is_write, int err)
 {
-        if (!is_write) {
-                if (!err) {
-                        SetPageUptodate(page);
-                } else {
-                        ClearPageUptodate(page);
-                        SetPageError(page);
-                }
-                unlock_page(page);
-        } else {
-                if (err) {
-                        SetPageError(page);
-                        if (page->mapping)
-                                mapping_set_error(page->mapping, err);
-                }
-                end_page_writeback(page);
-        }
+A A A A A A A A if (!is_write) {
+A A A A A A A A A A A A A A A A if (!err) {
+A A A A A A A A A A A A A A A A A A A A A A A A SetPageUptodate(page);
+A A A A A A A A A A A A A A A A } else {
+A A A A A A A A A A A A A A A A A A A A A A A A ClearPageUptodate(page);
+A A A A A A A A A A A A A A A A A A A A A A A A SetPageError(page);
+A A A A A A A A A A A A A A A A }
+A A A A A A A A A A A A A A A A unlock_page(page);
+A A A A A A A A } else {
+A A A A A A A A A A A A A A A A if (err) {
+A A A A A A A A A A A A A A A A A A A A A A A A SetPageError(page);
+A A A A A A A A A A A A A A A A A A A A A A A A if (page->mapping)
+A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A mapping_set_error(page->mapping, err);
+A A A A A A A A A A A A A A A A }
+A A A A A A A A A A A A A A A A end_page_writeback(page);
+A A A A A A A A }
 }
 --------------------------8<-----------------------------
 
@@ -73,3 +73,9 @@ looks like it's mostly used in an ad-hoc way to communicate errors
 across subsystems (block to fs layer, for instance).
 --
 Jeff Layton <jlayton@redhat.com>
+
+--
+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/N2/content_digest
index 51bde3f..9aaa7e7 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -58,22 +58,22 @@
  "--------------------------8<-----------------------------\n"
  "void page_endio(struct page *page, bool is_write, int err)\n"
  "{\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240if (!is_write) {\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240if (!err) {\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240SetPageUptodate(page);\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240} else {\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240ClearPageUptodate(page);\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240SetPageError(page);\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240}\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240unlock_page(page);\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240} else {\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240if (err) {\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240SetPageError(page);\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240if (page->mapping)\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240mapping_set_error(page->mapping, err);\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240}\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240end_page_writeback(page);\n"
- "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240}\n"
+ "A A A A A A A A if (!is_write) {\n"
+ "A A A A A A A A A A A A A A A A if (!err) {\n"
+ "A A A A A A A A A A A A A A A A A A A A A A A A SetPageUptodate(page);\n"
+ "A A A A A A A A A A A A A A A A } else {\n"
+ "A A A A A A A A A A A A A A A A A A A A A A A A ClearPageUptodate(page);\n"
+ "A A A A A A A A A A A A A A A A A A A A A A A A SetPageError(page);\n"
+ "A A A A A A A A A A A A A A A A }\n"
+ "A A A A A A A A A A A A A A A A unlock_page(page);\n"
+ "A A A A A A A A } else {\n"
+ "A A A A A A A A A A A A A A A A if (err) {\n"
+ "A A A A A A A A A A A A A A A A A A A A A A A A SetPageError(page);\n"
+ "A A A A A A A A A A A A A A A A A A A A A A A A if (page->mapping)\n"
+ "A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A mapping_set_error(page->mapping, err);\n"
+ "A A A A A A A A A A A A A A A A }\n"
+ "A A A A A A A A A A A A A A A A end_page_writeback(page);\n"
+ "A A A A A A A A }\n"
  "}\n"
  "--------------------------8<-----------------------------\n"
  "\n"
@@ -95,6 +95,12 @@
  "looks like it's mostly used in an ad-hoc way to communicate errors\n"
  "across subsystems (block to fs layer, for instance).\n"
  "--\n"
- Jeff Layton <jlayton@redhat.com>
+ "Jeff Layton <jlayton@redhat.com>\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>"
 
-750febb3b31055df4e4b1bedf7367fad5fdd81aa8c1c5f261c6d6cdf2403ac09
+7dd755d5d09b40d3908ef02387b35e0f1d7a63114b6634cd022433cc3b49e367

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.