diff for duplicates of <1485295267.15964.38.camel@redhat.com> diff --git a/a/1.txt b/N1/1.txt index f9e65fc..1d7b07f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,8 +5,8 @@ On Tue, 2017-01-24 at 15:49 +0800, Jia He wrote: > > Signed-off-by: Jia He <hejianet@gmail.com> > --- -> A mm/vmscan.c | 3 ++- -> A 1 file changed, 2 insertions(+), 1 deletion(-) +> mm/vmscan.c | 3 ++- +> 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/mm/vmscan.c b/mm/vmscan.c > index 7396a0a..54445e2 100644 @@ -14,22 +14,16 @@ On Tue, 2017-01-24 at 15:49 +0800, Jia He wrote: > +++ b/mm/vmscan.c > @@ -3140,7 +3140,8 @@ static bool prepare_kswapd_sleep(pg_data_t > *pgdat, int order, int classzone_idx) -> A if (!managed_zone(zone)) -> A continue; -> A +> if (!managed_zone(zone)) +> continue; +> > - if (!zone_balanced(zone, order, classzone_idx)) > + if (!zone_balanced(zone, order, classzone_idx) > + && !zone_reclaimable_pages(zone)) -> A return false; -> A } +> return false; +> } This patch does the opposite of what your changelog says. The above keeps kswapd running forever if the zone is not balanced, and there are no reclaimable pages. - --- -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 82785b3..10bd50a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -28,8 +28,8 @@ "> \n" "> Signed-off-by: Jia He <hejianet@gmail.com>\n" "> ---\n" - "> A mm/vmscan.c | 3 ++-\n" - "> A 1 file changed, 2 insertions(+), 1 deletion(-)\n" + "> \302\240mm/vmscan.c | 3 ++-\n" + "> \302\2401 file changed, 2 insertions(+), 1 deletion(-)\n" "> \n" "> diff --git a/mm/vmscan.c b/mm/vmscan.c\n" "> index 7396a0a..54445e2 100644\n" @@ -37,24 +37,18 @@ "> +++ b/mm/vmscan.c\n" "> @@ -3140,7 +3140,8 @@ static bool prepare_kswapd_sleep(pg_data_t\n" "> *pgdat, int order, int classzone_idx)\n" - "> A \t\tif (!managed_zone(zone))\n" - "> A \t\t\tcontinue;\n" - "> A \n" + "> \302\240\t\tif (!managed_zone(zone))\n" + "> \302\240\t\t\tcontinue;\n" + "> \302\240\n" "> -\t\tif (!zone_balanced(zone, order, classzone_idx))\n" "> +\t\tif (!zone_balanced(zone, order, classzone_idx)\n" "> +\t\t\t&& !zone_reclaimable_pages(zone))\n" - "> A \t\t\treturn false;\n" - "> A \t}\n" + "> \302\240\t\t\treturn false;\n" + "> \302\240\t}\n" "\n" "This patch does the opposite of what your changelog\n" "says. The above keeps kswapd running forever if\n" "the zone is not balanced, and there are no reclaimable\n" - "pages.\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>" + pages. -a80200e2a8376c2b9c71409d865358a7f8816c81453de87ea4e0b766a5eafdd1 +909fb3ad662c0a714be963d41d11a338ab9388983806aaac66a29c4f67d4f38e
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.