All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20101019030515.GB11924@localhost>

diff --git a/a/1.txt b/N1/1.txt
index 31a03cd..c15e3fe 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,20 +3,20 @@ On Tue, Oct 19, 2010 at 10:52:47AM +0800, Minchan Kim wrote:
 > 
 > On Tue, Oct 19, 2010 at 11:35 AM, Wu Fengguang <fengguang.wu@intel.com> wrote:
 > >> @@ -2054,10 +2069,11 @@ rebalance:
-> >>                 goto got_pg;
+> >> A  A  A  A  A  A  A  A  goto got_pg;
 > >>
-> >>         /*
-> >> -        * If we failed to make any progress reclaiming, then we are
-> >> -        * running out of options and have to consider going OOM
-> >> +        * If we failed to make any progress reclaiming and there aren't
-> >> +        * many parallel reclaiming, then we are unning out of options and
-> >> +        * have to consider going OOM
-> >>          */
-> >> -       if (!did_some_progress) {
-> >> +       if (!did_some_progress && !too_many_isolated_zone(preferred_zone)) {
-> >>                 if ((gfp_mask & __GFP_FS) && !(gfp_mask & __GFP_NORETRY)) {
-> >>                         if (oom_killer_disabled)
-> >>                                 goto nopage;
+> >> A  A  A  A  /*
+> >> - A  A  A  A * If we failed to make any progress reclaiming, then we are
+> >> - A  A  A  A * running out of options and have to consider going OOM
+> >> + A  A  A  A * If we failed to make any progress reclaiming and there aren't
+> >> + A  A  A  A * many parallel reclaiming, then we are unning out of options and
+> >> + A  A  A  A * have to consider going OOM
+> >> A  A  A  A  A */
+> >> - A  A  A  if (!did_some_progress) {
+> >> + A  A  A  if (!did_some_progress && !too_many_isolated_zone(preferred_zone)) {
+> >> A  A  A  A  A  A  A  A  if ((gfp_mask & __GFP_FS) && !(gfp_mask & __GFP_NORETRY)) {
+> >> A  A  A  A  A  A  A  A  A  A  A  A  if (oom_killer_disabled)
+> >> A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  goto nopage;
 > >
 > > This is simply wrong.
 > >
@@ -36,3 +36,9 @@ after direct reclaim returns (after sleeping for a long time).
 
 Thanks,
 Fengguang
+
+--
+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 0941feb..9f1e8b9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -24,20 +24,20 @@
  "> \n"
  "> On Tue, Oct 19, 2010 at 11:35 AM, Wu Fengguang <fengguang.wu@intel.com> wrote:\n"
  "> >> @@ -2054,10 +2069,11 @@ rebalance:\n"
- "> >> \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 goto got_pg;\n"
+ "> >> A  A  A  A  A  A  A  A  goto got_pg;\n"
  "> >>\n"
- "> >> \302\240 \302\240 \302\240 \302\240 /*\n"
- "> >> - \302\240 \302\240 \302\240 \302\240* If we failed to make any progress reclaiming, then we are\n"
- "> >> - \302\240 \302\240 \302\240 \302\240* running out of options and have to consider going OOM\n"
- "> >> + \302\240 \302\240 \302\240 \302\240* If we failed to make any progress reclaiming and there aren't\n"
- "> >> + \302\240 \302\240 \302\240 \302\240* many parallel reclaiming, then we are unning out of options and\n"
- "> >> + \302\240 \302\240 \302\240 \302\240* have to consider going OOM\n"
- "> >> \302\240 \302\240 \302\240 \302\240 \302\240*/\n"
- "> >> - \302\240 \302\240 \302\240 if (!did_some_progress) {\n"
- "> >> + \302\240 \302\240 \302\240 if (!did_some_progress && !too_many_isolated_zone(preferred_zone)) {\n"
- "> >> \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 if ((gfp_mask & __GFP_FS) && !(gfp_mask & __GFP_NORETRY)) {\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 if (oom_killer_disabled)\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 goto nopage;\n"
+ "> >> A  A  A  A  /*\n"
+ "> >> - A  A  A  A * If we failed to make any progress reclaiming, then we are\n"
+ "> >> - A  A  A  A * running out of options and have to consider going OOM\n"
+ "> >> + A  A  A  A * If we failed to make any progress reclaiming and there aren't\n"
+ "> >> + A  A  A  A * many parallel reclaiming, then we are unning out of options and\n"
+ "> >> + A  A  A  A * have to consider going OOM\n"
+ "> >> A  A  A  A  A */\n"
+ "> >> - A  A  A  if (!did_some_progress) {\n"
+ "> >> + A  A  A  if (!did_some_progress && !too_many_isolated_zone(preferred_zone)) {\n"
+ "> >> A  A  A  A  A  A  A  A  if ((gfp_mask & __GFP_FS) && !(gfp_mask & __GFP_NORETRY)) {\n"
+ "> >> A  A  A  A  A  A  A  A  A  A  A  A  if (oom_killer_disabled)\n"
+ "> >> A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  goto nopage;\n"
  "> >\n"
  "> > This is simply wrong.\n"
  "> >\n"
@@ -56,6 +56,12 @@
  "after direct reclaim returns (after sleeping for a long time).\n"
  "\n"
  "Thanks,\n"
- Fengguang
+ "Fengguang\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>"
 
-6bf9aa4c2ba49e9e5bb62d394d1961432cae99b24f37081fb74e31aae3b438e8
+84e1ffc62b652050d4df26ecbfed527485530353ac6239baaa855e69cc30bb8d

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.