All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20080513230312.GC26722@sgi.com>

diff --git a/a/1.txt b/N1/1.txt
index 2e2af03..3b17069 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -12,7 +12,8 @@ Signed-off-by: Russ Anderson <rja@sgi.com>
  4 files changed, 25 insertions(+), 7 deletions(-)
 
 Index: linus/mm/page_alloc.c
-=================================--- linus.orig/mm/page_alloc.c	2008-05-13 15:27:32.308804354 -0500
+===================================================================
+--- linus.orig/mm/page_alloc.c	2008-05-13 15:27:32.308804354 -0500
 +++ linus/mm/page_alloc.c	2008-05-13 15:35:57.071584039 -0500
 @@ -602,10 +602,10 @@ static int prep_new_page(struct page *pa
  		bad_page(page);
@@ -38,7 +39,8 @@ Index: linus/mm/page_alloc.c
  
  		block_migratetype = get_pageblock_migratetype(page);
 Index: linus/mm/migrate.c
-=================================--- linus.orig/mm/migrate.c	2008-05-13 15:27:32.308804354 -0500
+===================================================================
+--- linus.orig/mm/migrate.c	2008-05-13 15:27:32.308804354 -0500
 +++ linus/mm/migrate.c	2008-05-13 16:14:04.695801820 -0500
 @@ -35,6 +35,8 @@
  
@@ -76,7 +78,8 @@ Index: linus/mm/migrate.c
  
  move_newpage:
 Index: linus/include/linux/page-flags.h
-=================================--- linus.orig/include/linux/page-flags.h	2008-05-13 15:27:32.308804354 -0500
+===================================================================
+--- linus.orig/include/linux/page-flags.h	2008-05-13 15:27:32.308804354 -0500
 +++ linus/include/linux/page-flags.h	2008-05-13 15:28:06.589058491 -0500
 @@ -84,6 +84,7 @@ enum pageflags {
  	PG_private,		/* If pagecache, has fs-private data */
@@ -106,7 +109,8 @@ Index: linus/include/linux/page-flags.h
  #define PAGE_FLAGS_RECLAIM	(PAGE_FLAGS | 1 << PG_reclaim | 1 << PG_dirty)
  #define PAGE_FLAGS_RESERVE	(PAGE_FLAGS | 1 << PG_reserved)
 Index: linus/include/linux/migrate.h
-=================================--- linus.orig/include/linux/migrate.h	2008-05-13 15:27:32.308804354 -0500
+===================================================================
+--- linus.orig/include/linux/migrate.h	2008-05-13 15:27:32.308804354 -0500
 +++ linus/include/linux/migrate.h	2008-05-13 15:28:06.605060477 -0500
 @@ -38,6 +38,7 @@ extern int migrate_prep(void);
  extern int migrate_vmas(struct mm_struct *mm,
diff --git a/a/content_digest b/N1/content_digest
index d625661..2e1f682 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,6 @@
- "ref\020080502004248.GC12006@sgi.com\0"
  "From\0Russ Anderson <rja@sgi.com>\0"
  "Subject\0[PATCH 2/3] mm: Avoid putting a bad page back on the LRU v4\0"
- "Date\0Tue, 13 May 2008 23:03:12 +0000\0"
+ "Date\0Tue, 13 May 2008 18:03:12 -0500\0"
  "To\0linux-kernel@vger.kernel.org"
  " linux-ia64@vger.kernel.org\0"
  "Cc\0Linus Torvalds <torvalds@linux-foundation.org>"
@@ -25,7 +24,8 @@
  " 4 files changed, 25 insertions(+), 7 deletions(-)\n"
  "\n"
  "Index: linus/mm/page_alloc.c\n"
- "=================================--- linus.orig/mm/page_alloc.c\t2008-05-13 15:27:32.308804354 -0500\n"
+ "===================================================================\n"
+ "--- linus.orig/mm/page_alloc.c\t2008-05-13 15:27:32.308804354 -0500\n"
  "+++ linus/mm/page_alloc.c\t2008-05-13 15:35:57.071584039 -0500\n"
  "@@ -602,10 +602,10 @@ static int prep_new_page(struct page *pa\n"
  " \t\tbad_page(page);\n"
@@ -51,7 +51,8 @@
  " \n"
  " \t\tblock_migratetype = get_pageblock_migratetype(page);\n"
  "Index: linus/mm/migrate.c\n"
- "=================================--- linus.orig/mm/migrate.c\t2008-05-13 15:27:32.308804354 -0500\n"
+ "===================================================================\n"
+ "--- linus.orig/mm/migrate.c\t2008-05-13 15:27:32.308804354 -0500\n"
  "+++ linus/mm/migrate.c\t2008-05-13 16:14:04.695801820 -0500\n"
  "@@ -35,6 +35,8 @@\n"
  " \n"
@@ -89,7 +90,8 @@
  " \n"
  " move_newpage:\n"
  "Index: linus/include/linux/page-flags.h\n"
- "=================================--- linus.orig/include/linux/page-flags.h\t2008-05-13 15:27:32.308804354 -0500\n"
+ "===================================================================\n"
+ "--- linus.orig/include/linux/page-flags.h\t2008-05-13 15:27:32.308804354 -0500\n"
  "+++ linus/include/linux/page-flags.h\t2008-05-13 15:28:06.589058491 -0500\n"
  "@@ -84,6 +84,7 @@ enum pageflags {\n"
  " \tPG_private,\t\t/* If pagecache, has fs-private data */\n"
@@ -119,7 +121,8 @@
  " #define PAGE_FLAGS_RECLAIM\t(PAGE_FLAGS | 1 << PG_reclaim | 1 << PG_dirty)\n"
  " #define PAGE_FLAGS_RESERVE\t(PAGE_FLAGS | 1 << PG_reserved)\n"
  "Index: linus/include/linux/migrate.h\n"
- "=================================--- linus.orig/include/linux/migrate.h\t2008-05-13 15:27:32.308804354 -0500\n"
+ "===================================================================\n"
+ "--- linus.orig/include/linux/migrate.h\t2008-05-13 15:27:32.308804354 -0500\n"
  "+++ linus/include/linux/migrate.h\t2008-05-13 15:28:06.605060477 -0500\n"
  "@@ -38,6 +38,7 @@ extern int migrate_prep(void);\n"
  " extern int migrate_vmas(struct mm_struct *mm,\n"
@@ -133,4 +136,4 @@
  "Russ Anderson, OS RAS/Partitioning Project Lead  \n"
  SGI - Silicon Graphics Inc          rja@sgi.com
 
-f16953b2528188613458b7f97048f851dd3a5fe52aee82c12e08526221ce6049
+2b69de752a884b0cbf5b0f5010a169fd4fe9b15c2b6a7d3a328ba136314656ce

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.