diff for duplicates of <20110520161934.GA2386@barrios-desktop> diff --git a/a/1.txt b/N1/1.txt index 412731e..4170ed4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,14 +7,14 @@ On Fri, May 20, 2011 at 12:01:12PM -0400, Andrew Lutomirski wrote: > > +++ b/mm/vmscan.c > > @@ -1430,7 +1430,10 @@ shrink_inactive_list(unsigned long nr_to_scan, struct zone *zone, > > -> > /* Check if we should syncronously wait for writeback */ -> > if (should_reclaim_stall(nr_taken, nr_reclaimed, priority, sc)) { -> > + unsigned long nr_active; -> > set_reclaim_mode(priority, sc, true); -> > + nr_active = clear_active_flags(&page_list, NULL); -> > + count_vm_events(PGDEACTIVATE, nr_active); -> > nr_reclaimed += shrink_page_list(&page_list, zone, sc); -> > } +> > /* Check if we should syncronously wait for writeback */ +> > if (should_reclaim_stall(nr_taken, nr_reclaimed, priority, sc)) { +> > + unsigned long nr_active; +> > set_reclaim_mode(priority, sc, true); +> > + nr_active = clear_active_flags(&page_list, NULL); +> > + count_vm_events(PGDEACTIVATE, nr_active); +> > nr_reclaimed += shrink_page_list(&page_list, zone, sc); +> > } > > > > -- > @@ -81,3 +81,10 @@ It's another issue. :( -- Kind regards, Minchan Kim + +-- +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/ . +Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index 35076ec..2684c20 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -33,14 +33,14 @@ "> > +++ b/mm/vmscan.c\n" "> > @@ -1430,7 +1430,10 @@ shrink_inactive_list(unsigned long nr_to_scan, struct zone *zone,\n" "> >\n" - "> > \302\240 \302\240 \302\240 \302\240/* Check if we should syncronously wait for writeback */\n" - "> > \302\240 \302\240 \302\240 \302\240if (should_reclaim_stall(nr_taken, nr_reclaimed, priority, sc)) {\n" - "> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 unsigned long nr_active;\n" - "> > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240set_reclaim_mode(priority, sc, true);\n" - "> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 nr_active = clear_active_flags(&page_list, NULL);\n" - "> > + \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 count_vm_events(PGDEACTIVATE, nr_active);\n" - "> > \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240nr_reclaimed += shrink_page_list(&page_list, zone, sc);\n" - "> > \302\240 \302\240 \302\240 \302\240}\n" + "> > /* Check if we should syncronously wait for writeback */\n" + "> > if (should_reclaim_stall(nr_taken, nr_reclaimed, priority, sc)) {\n" + "> > + unsigned long nr_active;\n" + "> > set_reclaim_mode(priority, sc, true);\n" + "> > + nr_active = clear_active_flags(&page_list, NULL);\n" + "> > + count_vm_events(PGDEACTIVATE, nr_active);\n" + "> > nr_reclaimed += shrink_page_list(&page_list, zone, sc);\n" + "> > }\n" "> >\n" "> > --\n" "> \n" @@ -106,6 +106,13 @@ "\n" "-- \n" "Kind regards,\n" - Minchan Kim + "Minchan Kim\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" + "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -c713bb6e914406ce31da9f2dae8f47d2df110404ef128a993cc10f10ad560e4b +c27486366efff79afa2ea44a5e0a706717b214925a0f3bb730e3eaaed36b80a7
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.