diff for duplicates of <20080502004248.GC12006@sgi.com> diff --git a/a/1.txt b/N1/1.txt index 511aa4f..4fe2c27 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,8 @@ Signed-off-by: Russ Anderson <rja@sgi.com> 6 files changed, 28 insertions(+), 5 deletions(-) Index: linus/mm/page_alloc.c -=================================--- linus.orig/mm/page_alloc.c 2008-05-01 19:06:04.000000000 -0500 +=================================================================== +--- linus.orig/mm/page_alloc.c 2008-05-01 19:06:04.000000000 -0500 +++ linus/mm/page_alloc.c 2008-05-01 19:06:15.000000000 -0500 @@ -71,6 +71,7 @@ unsigned long totalram_pages __read_most unsigned long totalreserve_pages __read_mostly; @@ -48,7 +49,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-01 19:05:33.000000000 -0500 +=================================================================== +--- linus.orig/mm/swap.c 2008-05-01 19:05:33.000000000 -0500 +++ linus/mm/swap.c 2008-05-01 19:06:15.000000000 -0500 @@ -195,6 +195,8 @@ void lru_cache_add(struct page *page) struct pagevec *pvec = &get_cpu_var(lru_add_pvecs); @@ -69,7 +71,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-01 19:05:33.000000000 -0500 +=================================================================== +--- linus.orig/include/linux/swap.h 2008-05-01 19:05:33.000000000 -0500 +++ linus/include/linux/swap.h 2008-05-01 19:06:15.000000000 -0500 @@ -165,6 +165,7 @@ extern unsigned long totalreserve_pages; extern long nr_swap_pages; @@ -80,7 +83,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-01 19:05:33.000000000 -0500 +=================================================================== +--- linus.orig/mm/migrate.c 2008-05-01 19:05:33.000000000 -0500 +++ linus/mm/migrate.c 2008-05-01 19:06:15.000000000 -0500 @@ -380,6 +380,7 @@ static void migrate_page_copy(struct pag SetPageChecked(newpage); @@ -100,7 +104,8 @@ Index: linus/mm/migrate.c move_newpage: Index: linus/include/linux/page-flags.h -=================================--- linus.orig/include/linux/page-flags.h 2008-05-01 19:05:33.000000000 -0500 +=================================================================== +--- linus.orig/include/linux/page-flags.h 2008-05-01 19:05:33.000000000 -0500 +++ linus/include/linux/page-flags.h 2008-05-01 19:06:15.000000000 -0500 @@ -84,6 +84,7 @@ enum pageflags { PG_private, /* If pagecache, has fs-private data */ @@ -124,7 +129,8 @@ Index: linus/include/linux/page-flags.h #endif /* !__GENERATING_BOUNDS_H */ #endif /* PAGE_FLAGS_H */ Index: linus/include/linux/mm.h -=================================--- linus.orig/include/linux/mm.h 2008-05-01 19:06:04.000000000 -0500 +=================================================================== +--- linus.orig/include/linux/mm.h 2008-05-01 19:06:04.000000000 -0500 +++ linus/include/linux/mm.h 2008-05-01 19:06:15.000000000 -0500 @@ -210,9 +210,15 @@ struct inode; */ diff --git a/a/content_digest b/N1/content_digest index b615e79..b20acc9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Russ Anderson <rja@sgi.com>\0" "Subject\0[PATCH 2/3] mm: Avoid putting a bad page back on the LRU v2\0" - "Date\0Fri, 02 May 2008 00:42:48 +0000\0" + "Date\0Thu, 1 May 2008 19:42:48 -0500\0" "To\0linux-kernel@vger.kernel.org" " linux-ia64@vger.kernel.org\0" "Cc\0Linus Torvalds <torvalds@linux-foundation.org>" @@ -26,7 +26,8 @@ " 6 files changed, 28 insertions(+), 5 deletions(-)\n" "\n" "Index: linus/mm/page_alloc.c\n" - "=================================--- linus.orig/mm/page_alloc.c\t2008-05-01 19:06:04.000000000 -0500\n" + "===================================================================\n" + "--- linus.orig/mm/page_alloc.c\t2008-05-01 19:06:04.000000000 -0500\n" "+++ linus/mm/page_alloc.c\t2008-05-01 19:06:15.000000000 -0500\n" "@@ -71,6 +71,7 @@ unsigned long totalram_pages __read_most\n" " unsigned long totalreserve_pages __read_mostly;\n" @@ -60,7 +61,8 @@ " \n" " \t\tblock_migratetype = get_pageblock_migratetype(page);\n" "Index: linus/mm/swap.c\n" - "=================================--- linus.orig/mm/swap.c\t2008-05-01 19:05:33.000000000 -0500\n" + "===================================================================\n" + "--- linus.orig/mm/swap.c\t2008-05-01 19:05:33.000000000 -0500\n" "+++ linus/mm/swap.c\t2008-05-01 19:06:15.000000000 -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 +83,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-01 19:05:33.000000000 -0500\n" + "===================================================================\n" + "--- linus.orig/include/linux/swap.h\t2008-05-01 19:05:33.000000000 -0500\n" "+++ linus/include/linux/swap.h\t2008-05-01 19:06:15.000000000 -0500\n" "@@ -165,6 +165,7 @@ extern unsigned long totalreserve_pages;\n" " extern long nr_swap_pages;\n" @@ -92,7 +95,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-01 19:05:33.000000000 -0500\n" + "===================================================================\n" + "--- linus.orig/mm/migrate.c\t2008-05-01 19:05:33.000000000 -0500\n" "+++ linus/mm/migrate.c\t2008-05-01 19:06:15.000000000 -0500\n" "@@ -380,6 +380,7 @@ static void migrate_page_copy(struct pag\n" " \t\tSetPageChecked(newpage);\n" @@ -112,7 +116,8 @@ " \n" " move_newpage:\n" "Index: linus/include/linux/page-flags.h\n" - "=================================--- linus.orig/include/linux/page-flags.h\t2008-05-01 19:05:33.000000000 -0500\n" + "===================================================================\n" + "--- linus.orig/include/linux/page-flags.h\t2008-05-01 19:05:33.000000000 -0500\n" "+++ linus/include/linux/page-flags.h\t2008-05-01 19:06:15.000000000 -0500\n" "@@ -84,6 +84,7 @@ enum pageflags {\n" " \tPG_private,\t\t/* If pagecache, has fs-private data */\n" @@ -136,7 +141,8 @@ " #endif /* !__GENERATING_BOUNDS_H */\n" " #endif\t/* PAGE_FLAGS_H */\n" "Index: linus/include/linux/mm.h\n" - "=================================--- linus.orig/include/linux/mm.h\t2008-05-01 19:06:04.000000000 -0500\n" + "===================================================================\n" + "--- linus.orig/include/linux/mm.h\t2008-05-01 19:06:04.000000000 -0500\n" "+++ linus/include/linux/mm.h\t2008-05-01 19:06:15.000000000 -0500\n" "@@ -210,9 +210,15 @@ struct inode;\n" " */\n" @@ -159,4 +165,4 @@ "Russ Anderson, OS RAS/Partitioning Project Lead \n" SGI - Silicon Graphics Inc rja@sgi.com -1e1170c488a5c8e1bcbc9f730d355cc706669246c3d5b7b8836bd5588eba2e59 +0dc57a92152a3739ee71ef4cb2d4c1b1d537031eeb9b7bde5a8b8301a8fe428b
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.