All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20090829122217.GA17448@cmpxchg.org>

diff --git a/a/1.txt b/N1/1.txt
index 116ec85..ef7032f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -36,20 +36,26 @@ I get the feeling we should make this thing more robust...
 > 
 > > ---
 > >
-> >  mm/vmscan.c |    6 ++++--
-> >  1 file changed, 4 insertions(+), 2 deletions(-)
+> > A mm/vmscan.c | A  A 6 ++++--
+> > A 1 file changed, 4 insertions(+), 2 deletions(-)
 > >
-> > --- mmotm/mm/vmscan.c   2009-08-28 10:07:57.000000000 +0100
-> > +++ linux/mm/vmscan.c   2009-08-28 18:30:33.000000000 +0100
+> > --- mmotm/mm/vmscan.c A  2009-08-28 10:07:57.000000000 +0100
+> > +++ linux/mm/vmscan.c A  2009-08-28 18:30:33.000000000 +0100
 > > @@ -1381,8 +1381,10 @@ static void shrink_active_list(unsigned
-> >        reclaim_stat->recent_rotated[file] += nr_rotated;
-> >        __count_vm_events(PGDEACTIVATE, nr_deactivated);
-> >        __mod_zone_page_state(zone, NR_ISOLATED_ANON + file, -nr_taken);
-> > -       __mod_zone_page_state(zone, LRU_ACTIVE + file * LRU_FILE, nr_rotated);
-> > -       __mod_zone_page_state(zone, LRU_BASE + file * LRU_FILE, nr_deactivated);
-> > +       __mod_zone_page_state(zone, NR_ACTIVE_ANON + file * LRU_FILE,
-> > +                                                       nr_rotated);
-> > +       __mod_zone_page_state(zone, NR_INACTIVE_ANON + file * LRU_FILE,
-> > +                                                       nr_deactivated);
-> >        spin_unlock_irq(&zone->lru_lock);
-> >  }
+> > A  A  A  A reclaim_stat->recent_rotated[file] += nr_rotated;
+> > A  A  A  A __count_vm_events(PGDEACTIVATE, nr_deactivated);
+> > A  A  A  A __mod_zone_page_state(zone, NR_ISOLATED_ANON + file, -nr_taken);
+> > - A  A  A  __mod_zone_page_state(zone, LRU_ACTIVE + file * LRU_FILE, nr_rotated);
+> > - A  A  A  __mod_zone_page_state(zone, LRU_BASE + file * LRU_FILE, nr_deactivated);
+> > + A  A  A  __mod_zone_page_state(zone, NR_ACTIVE_ANON + file * LRU_FILE,
+> > + 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  nr_rotated);
+> > + A  A  A  __mod_zone_page_state(zone, NR_INACTIVE_ANON + file * LRU_FILE,
+> > + 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  nr_deactivated);
+> > A  A  A  A spin_unlock_irq(&zone->lru_lock);
+> > A }
+
+--
+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 38bb694..cb99dc6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -51,22 +51,28 @@
  "> \n"
  "> > ---\n"
  "> >\n"
- "> > \302\240mm/vmscan.c | \302\240 \302\2406 ++++--\n"
- "> > \302\2401 file changed, 4 insertions(+), 2 deletions(-)\n"
+ "> > A mm/vmscan.c | A  A 6 ++++--\n"
+ "> > A 1 file changed, 4 insertions(+), 2 deletions(-)\n"
  "> >\n"
- "> > --- mmotm/mm/vmscan.c \302\240 2009-08-28 10:07:57.000000000 +0100\n"
- "> > +++ linux/mm/vmscan.c \302\240 2009-08-28 18:30:33.000000000 +0100\n"
+ "> > --- mmotm/mm/vmscan.c A  2009-08-28 10:07:57.000000000 +0100\n"
+ "> > +++ linux/mm/vmscan.c A  2009-08-28 18:30:33.000000000 +0100\n"
  "> > @@ -1381,8 +1381,10 @@ static void shrink_active_list(unsigned\n"
- "> > \302\240 \302\240 \302\240 \302\240reclaim_stat->recent_rotated[file] += nr_rotated;\n"
- "> > \302\240 \302\240 \302\240 \302\240__count_vm_events(PGDEACTIVATE, nr_deactivated);\n"
- "> > \302\240 \302\240 \302\240 \302\240__mod_zone_page_state(zone, NR_ISOLATED_ANON + file, -nr_taken);\n"
- "> > - \302\240 \302\240 \302\240 __mod_zone_page_state(zone, LRU_ACTIVE + file * LRU_FILE, nr_rotated);\n"
- "> > - \302\240 \302\240 \302\240 __mod_zone_page_state(zone, LRU_BASE + file * LRU_FILE, nr_deactivated);\n"
- "> > + \302\240 \302\240 \302\240 __mod_zone_page_state(zone, NR_ACTIVE_ANON + file * LRU_FILE,\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 nr_rotated);\n"
- "> > + \302\240 \302\240 \302\240 __mod_zone_page_state(zone, NR_INACTIVE_ANON + file * LRU_FILE,\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 nr_deactivated);\n"
- "> > \302\240 \302\240 \302\240 \302\240spin_unlock_irq(&zone->lru_lock);\n"
- "> > \302\240}"
+ "> > A  A  A  A reclaim_stat->recent_rotated[file] += nr_rotated;\n"
+ "> > A  A  A  A __count_vm_events(PGDEACTIVATE, nr_deactivated);\n"
+ "> > A  A  A  A __mod_zone_page_state(zone, NR_ISOLATED_ANON + file, -nr_taken);\n"
+ "> > - A  A  A  __mod_zone_page_state(zone, LRU_ACTIVE + file * LRU_FILE, nr_rotated);\n"
+ "> > - A  A  A  __mod_zone_page_state(zone, LRU_BASE + file * LRU_FILE, nr_deactivated);\n"
+ "> > + A  A  A  __mod_zone_page_state(zone, NR_ACTIVE_ANON + file * LRU_FILE,\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  nr_rotated);\n"
+ "> > + A  A  A  __mod_zone_page_state(zone, NR_INACTIVE_ANON + file * LRU_FILE,\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  nr_deactivated);\n"
+ "> > A  A  A  A spin_unlock_irq(&zone->lru_lock);\n"
+ "> > A }\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>"
 
-2f10198c8245633060427b4df51a25b7e7c13c725bbf949d8ef1277badab9249
+368a7e7bf6a6b1ffe0fe1dadf335ee396d51247606726870160e343d192ae603

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.