diff for duplicates of <50126EEA.4070209@cn.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index dddf70c..5882caf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -75,7 +75,7 @@ index 859425c..5ac035f 100644 + struct mem_section *ms; + + zone_span_writelock(zone); -+ if (zone_start_pfn == start_pfn) { ++ if (zone_start_pfn = start_pfn) { + /* + * If the section is smallest section in the zone, it need + * shrink zone->zone_start_pfn and zone->zone_spanned_pages. @@ -87,7 +87,7 @@ index 859425c..5ac035f 100644 + zone->zone_start_pfn = pfn; + zone->spanned_pages = zone_end_pfn - pfn; + } -+ } else if (zone_end_pfn == end_pfn) { ++ } else if (zone_end_pfn = end_pfn) { + /* + * If the section is biggest section in the zone, it need + * shrink zone->spanned_pages. @@ -113,7 +113,7 @@ index 859425c..5ac035f 100644 + continue; + + /* If the section is current section, it continues the loop */ -+ if (start_pfn == pfn) ++ if (start_pfn = pfn) + continue; + + /* If we find valid section, we have nothing to do */ @@ -131,12 +131,11 @@ index 859425c..5ac035f 100644 + unsigned long start_pfn, unsigned long end_pfn) +{ + unsigned long pgdat_start_pfn = pgdat->node_start_pfn; -+ unsigned long pgdat_end_pfn = -+ pgdat->node_start_pfn + pgdat->node_spanned_pages; ++ unsigned long pgdat_end_pfn + pgdat->node_start_pfn + pgdat->node_spanned_pages; + unsigned long pfn; + struct mem_section *ms; + -+ if (pgdat_start_pfn == start_pfn) { ++ if (pgdat_start_pfn = start_pfn) { + /* + * If the section is smallest section in the pgdat, it need + * shrink pgdat->node_start_pfn and pgdat->node_spanned_pages. @@ -148,7 +147,7 @@ index 859425c..5ac035f 100644 + pgdat->node_start_pfn = pfn; + pgdat->node_spanned_pages = pgdat_end_pfn - pfn; + } -+ } else if (pgdat_end_pfn == end_pfn) { ++ } else if (pgdat_end_pfn = end_pfn) { + /* + * If the section is biggest section in the pgdat, it need + * shrink pgdat->node_spanned_pages. @@ -175,7 +174,7 @@ index 859425c..5ac035f 100644 + continue; + + /* If the section is current section, it continues the loop */ -+ if (start_pfn == pfn) ++ if (start_pfn = pfn) + continue; + + /* If we find valid section, we have nothing to do */ diff --git a/a/content_digest b/N1/content_digest index fcd46a2..50104f9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\050126B83.3050201@cn.fujitsu.com\0" "From\0Wen Congyang <wency@cn.fujitsu.com>\0" "Subject\0[RFC PATCH v5 17/19] memory_hotplug: clear zone when the memory is removed\0" - "Date\0Fri, 27 Jul 2012 18:35:22 +0800\0" + "Date\0Fri, 27 Jul 2012 10:35:22 +0000\0" "To\0linux-mm@kvack.org" linux-kernel@vger.kernel.org linuxppc-dev@lists.ozlabs.org @@ -99,7 +99,7 @@ "+\tstruct mem_section *ms;\n" "+\n" "+\tzone_span_writelock(zone);\n" - "+\tif (zone_start_pfn == start_pfn) {\n" + "+\tif (zone_start_pfn = start_pfn) {\n" "+\t\t/*\n" "+\t\t * If the section is smallest section in the zone, it need\n" "+\t\t * shrink zone->zone_start_pfn and zone->zone_spanned_pages.\n" @@ -111,7 +111,7 @@ "+\t\t\tzone->zone_start_pfn = pfn;\n" "+\t\t\tzone->spanned_pages = zone_end_pfn - pfn;\n" "+\t\t}\n" - "+\t} else if (zone_end_pfn == end_pfn) {\n" + "+\t} else if (zone_end_pfn = end_pfn) {\n" "+\t\t/*\n" "+\t\t * If the section is biggest section in the zone, it need\n" "+\t\t * shrink zone->spanned_pages.\n" @@ -137,7 +137,7 @@ "+\t\t\tcontinue;\n" "+\n" "+\t\t /* If the section is current section, it continues the loop */\n" - "+\t\tif (start_pfn == pfn)\n" + "+\t\tif (start_pfn = pfn)\n" "+\t\t\tcontinue;\n" "+\n" "+\t\t/* If we find valid section, we have nothing to do */\n" @@ -155,12 +155,11 @@ "+\t\t\t unsigned long start_pfn, unsigned long end_pfn)\n" "+{\n" "+\tunsigned long pgdat_start_pfn = pgdat->node_start_pfn;\n" - "+\tunsigned long pgdat_end_pfn =\n" - "+\t\tpgdat->node_start_pfn + pgdat->node_spanned_pages;\n" + "+\tunsigned long pgdat_end_pfn +\t\tpgdat->node_start_pfn + pgdat->node_spanned_pages;\n" "+\tunsigned long pfn;\n" "+\tstruct mem_section *ms;\n" "+\n" - "+\tif (pgdat_start_pfn == start_pfn) {\n" + "+\tif (pgdat_start_pfn = start_pfn) {\n" "+\t\t/*\n" "+\t\t * If the section is smallest section in the pgdat, it need\n" "+\t\t * shrink pgdat->node_start_pfn and pgdat->node_spanned_pages.\n" @@ -172,7 +171,7 @@ "+\t\t\tpgdat->node_start_pfn = pfn;\n" "+\t\t\tpgdat->node_spanned_pages = pgdat_end_pfn - pfn;\n" "+\t\t}\n" - "+\t} else if (pgdat_end_pfn == end_pfn) {\n" + "+\t} else if (pgdat_end_pfn = end_pfn) {\n" "+\t\t/*\n" "+\t\t * If the section is biggest section in the pgdat, it need\n" "+\t\t * shrink pgdat->node_spanned_pages.\n" @@ -199,7 +198,7 @@ "+\t\t\tcontinue;\n" "+\n" "+\t\t /* If the section is current section, it continues the loop */\n" - "+\t\tif (start_pfn == pfn)\n" + "+\t\tif (start_pfn = pfn)\n" "+\t\t\tcontinue;\n" "+\n" "+\t\t/* If we find valid section, we have nothing to do */\n" @@ -249,4 +248,4 @@ "-- \n" 1.7.1 -e69eba495f27caee0a11b387bcb98bc6e24f024daa3b11a5cec7f391dfaa5d69 +25ab9257223280fbe0e3e981d0a6c3fafbac5e89c71d28b8973c60e56eff9142
diff --git a/a/content_digest b/N2/content_digest index fcd46a2..aac6707 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -10,16 +10,15 @@ linux-sh@vger.kernel.org linux-ia64@vger.kernel.org " cmetcalf@tilera.com\0" - "Cc\0rientjes@google.com" - liuj97@gmail.com - len.brown@intel.com - benh@kernel.crashing.org + "Cc\0len.brown@intel.com" + Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com> paulus@samba.org - cl@linux.com minchan.kim@gmail.com - akpm@linux-foundation.org kosaki.motohiro@jp.fujitsu.com - " Yasuaki ISIMATU <isimatu.yasuaki@jp.fujitsu.com>\0" + rientjes@google.com + cl@linux.com + akpm@linux-foundation.org + " liuj97@gmail.com\0" "\00:1\0" "b\0" "From: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>\n" @@ -249,4 +248,4 @@ "-- \n" 1.7.1 -e69eba495f27caee0a11b387bcb98bc6e24f024daa3b11a5cec7f391dfaa5d69 +0fc6398a886812352a68c4a17959065dea7eef268c4b988ac98f0563efcaf721
diff --git a/a/1.txt b/N3/1.txt index dddf70c..04d492f 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -224,3 +224,9 @@ index 859425c..5ac035f 100644 pgdat_resize_unlock(pgdat, &flags); -- 1.7.1 + +-- +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/N3/content_digest index fcd46a2..5e28d93 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -247,6 +247,12 @@ " \tsparse_remove_one_section(zone, ms);\n" " \tpgdat_resize_unlock(pgdat, &flags);\n" "-- \n" - 1.7.1 + "1.7.1\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>" -e69eba495f27caee0a11b387bcb98bc6e24f024daa3b11a5cec7f391dfaa5d69 +f125540058020db7e41358c3fcf67a3b0be36bae72640024da9ad2ad88cf42bf
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.