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

diff --git a/a/1.txt b/N1/1.txt
index 2c21a5a..17ba0d5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,7 +13,8 @@ Signed-off-by: Russ Anderson <rja@sgi.com>
  5 files changed, 22 insertions(+), 5 deletions(-)
 
 Index: linus/mm/page_alloc.c
-=================================--- linus.orig/mm/page_alloc.c	2008-05-09 09:20:04.389938802 -0500
+===================================================================
+--- linus.orig/mm/page_alloc.c	2008-05-09 09:20:04.389938802 -0500
 +++ linus/mm/page_alloc.c	2008-05-09 09:20:11.302788361 -0500
 @@ -71,6 +71,7 @@ unsigned long totalram_pages __read_most
  unsigned long totalreserve_pages __read_mostly;
@@ -47,7 +48,8 @@ Index: linus/mm/page_alloc.c
  
  		block_migratetype = get_pageblock_migratetype(page);
 Index: linus/mm/swap.c
-=================================--- linus.orig/mm/swap.c	2008-05-09 09:19:40.466984064 -0500
+===================================================================
+--- linus.orig/mm/swap.c	2008-05-09 09:19:40.466984064 -0500
 +++ linus/mm/swap.c	2008-05-09 09:20:11.330791803 -0500
 @@ -195,6 +195,8 @@ void lru_cache_add(struct page *page)
  	struct pagevec *pvec = &get_cpu_var(lru_add_pvecs);
@@ -68,7 +70,8 @@ Index: linus/mm/swap.c
  		__pagevec_lru_add_active(pvec);
  	put_cpu_var(lru_add_active_pvecs);
 Index: linus/include/linux/swap.h
-=================================--- linus.orig/include/linux/swap.h	2008-05-09 09:19:40.470984561 -0500
+===================================================================
+--- linus.orig/include/linux/swap.h	2008-05-09 09:19:40.470984561 -0500
 +++ linus/include/linux/swap.h	2008-05-09 09:20:11.346793770 -0500
 @@ -165,6 +165,7 @@ extern unsigned long totalreserve_pages;
  extern long nr_swap_pages;
@@ -79,7 +82,8 @@ Index: linus/include/linux/swap.h
  /* Definition of global_page_state not available yet */
  #define nr_free_pages() global_page_state(NR_FREE_PAGES)
 Index: linus/mm/migrate.c
-=================================--- linus.orig/mm/migrate.c	2008-05-09 09:19:40.470984561 -0500
+===================================================================
+--- linus.orig/mm/migrate.c	2008-05-09 09:19:40.470984561 -0500
 +++ linus/mm/migrate.c	2008-05-09 09:20:11.366796228 -0500
 @@ -721,6 +721,8 @@ unlock:
   		 */
@@ -91,7 +95,8 @@ Index: linus/mm/migrate.c
  
  move_newpage:
 Index: linus/include/linux/page-flags.h
-=================================--- linus.orig/include/linux/page-flags.h	2008-05-09 09:20:04.401940277 -0500
+===================================================================
+--- linus.orig/include/linux/page-flags.h	2008-05-09 09:20:04.401940277 -0500
 +++ linus/include/linux/page-flags.h	2008-05-09 09:20:11.382798194 -0500
 @@ -84,6 +84,7 @@ enum pageflags {
  	PG_private,		/* If pagecache, has fs-private data */
diff --git a/a/content_digest b/N1/content_digest
index 23527bf..e2df3da 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 v3\0"
- "Date\0Fri, 09 May 2008 15:10:58 +0000\0"
+ "Date\0Fri, 9 May 2008 10:10:58 -0500\0"
  "To\0linux-kernel@vger.kernel.org"
  " linux-ia64@vger.kernel.org\0"
  "Cc\0Linus Torvalds <torvalds@linux-foundation.org>"
@@ -26,7 +25,8 @@
  " 5 files changed, 22 insertions(+), 5 deletions(-)\n"
  "\n"
  "Index: linus/mm/page_alloc.c\n"
- "=================================--- linus.orig/mm/page_alloc.c\t2008-05-09 09:20:04.389938802 -0500\n"
+ "===================================================================\n"
+ "--- linus.orig/mm/page_alloc.c\t2008-05-09 09:20:04.389938802 -0500\n"
  "+++ linus/mm/page_alloc.c\t2008-05-09 09:20:11.302788361 -0500\n"
  "@@ -71,6 +71,7 @@ unsigned long totalram_pages __read_most\n"
  " unsigned long totalreserve_pages __read_mostly;\n"
@@ -60,7 +60,8 @@
  " \n"
  " \t\tblock_migratetype = get_pageblock_migratetype(page);\n"
  "Index: linus/mm/swap.c\n"
- "=================================--- linus.orig/mm/swap.c\t2008-05-09 09:19:40.466984064 -0500\n"
+ "===================================================================\n"
+ "--- linus.orig/mm/swap.c\t2008-05-09 09:19:40.466984064 -0500\n"
  "+++ linus/mm/swap.c\t2008-05-09 09:20:11.330791803 -0500\n"
  "@@ -195,6 +195,8 @@ void lru_cache_add(struct page *page)\n"
  " \tstruct pagevec *pvec = &get_cpu_var(lru_add_pvecs);\n"
@@ -81,7 +82,8 @@
  " \t\t__pagevec_lru_add_active(pvec);\n"
  " \tput_cpu_var(lru_add_active_pvecs);\n"
  "Index: linus/include/linux/swap.h\n"
- "=================================--- linus.orig/include/linux/swap.h\t2008-05-09 09:19:40.470984561 -0500\n"
+ "===================================================================\n"
+ "--- linus.orig/include/linux/swap.h\t2008-05-09 09:19:40.470984561 -0500\n"
  "+++ linus/include/linux/swap.h\t2008-05-09 09:20:11.346793770 -0500\n"
  "@@ -165,6 +165,7 @@ extern unsigned long totalreserve_pages;\n"
  " extern long nr_swap_pages;\n"
@@ -92,7 +94,8 @@
  " /* Definition of global_page_state not available yet */\n"
  " #define nr_free_pages() global_page_state(NR_FREE_PAGES)\n"
  "Index: linus/mm/migrate.c\n"
- "=================================--- linus.orig/mm/migrate.c\t2008-05-09 09:19:40.470984561 -0500\n"
+ "===================================================================\n"
+ "--- linus.orig/mm/migrate.c\t2008-05-09 09:19:40.470984561 -0500\n"
  "+++ linus/mm/migrate.c\t2008-05-09 09:20:11.366796228 -0500\n"
  "@@ -721,6 +721,8 @@ unlock:\n"
  "  \t\t */\n"
@@ -104,7 +107,8 @@
  " \n"
  " move_newpage:\n"
  "Index: linus/include/linux/page-flags.h\n"
- "=================================--- linus.orig/include/linux/page-flags.h\t2008-05-09 09:20:04.401940277 -0500\n"
+ "===================================================================\n"
+ "--- linus.orig/include/linux/page-flags.h\t2008-05-09 09:20:04.401940277 -0500\n"
  "+++ linus/include/linux/page-flags.h\t2008-05-09 09:20:11.382798194 -0500\n"
  "@@ -84,6 +84,7 @@ enum pageflags {\n"
  " \tPG_private,\t\t/* If pagecache, has fs-private data */\n"
@@ -137,4 +141,4 @@
  "Russ Anderson, OS RAS/Partitioning Project Lead  \n"
  SGI - Silicon Graphics Inc          rja@sgi.com
 
-bd74edd4841dd69bc54aa95d9e6fb7cb86ff057d817dc3cc8e488eda1931b46a
+959151cdf73fddf8f624429f14977b3b631d26eaf89efb94b4a8f098af44ff7a

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.