diff for duplicates of <50652C31.1090706@gmail.com> diff --git a/a/1.txt b/N1/1.txt index fa0c4ed..ba1eb63 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -110,7 +110,7 @@ On 09/05/2012 05:25 PM, wency@cn.fujitsu.com wrote: > > mem_device = acpi_driver_data(device); > + -> + if (type == ACPI_BUS_REMOVAL_EJECT) { +> + if (type = ACPI_BUS_REMOVAL_EJECT) { > + /* > + * offline and remove memory only when the memory device is > + * ejected. @@ -156,7 +156,7 @@ On 09/05/2012 05:25 PM, wency@cn.fujitsu.com wrote: > + mem = find_memory_block_hinted(section, mem); > + if (!mem) > + continue; -> + if (mem->state == MEM_OFFLINE) +> + if (mem->state = MEM_OFFLINE) > + continue; > + > + kobject_put(&mem->dev.kobj); diff --git a/a/content_digest b/N1/content_digest index 081ace5..a3dfc28 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01346837155-534-5-git-send-email-wency@cn.fujitsu.com\0" "From\0Ni zhan Chen <nizhan.chen@gmail.com>\0" "Subject\0Re: [RFC v9 PATCH 04/21] memory-hotplug: offline and remove memory when removing the memory device\0" - "Date\0Fri, 28 Sep 2012 12:48:49 +0800\0" + "Date\0Fri, 28 Sep 2012 04:48:49 +0000\0" "To\0wency@cn.fujitsu.com\0" "Cc\0x86@kernel.org" linux-mm@kvack.org @@ -138,7 +138,7 @@ "> \n" "> \tmem_device = acpi_driver_data(device);\n" "> +\n" - "> +\tif (type == ACPI_BUS_REMOVAL_EJECT) {\n" + "> +\tif (type = ACPI_BUS_REMOVAL_EJECT) {\n" "> +\t\t/*\n" "> +\t\t * offline and remove memory only when the memory device is\n" "> +\t\t * ejected.\n" @@ -184,7 +184,7 @@ "> +\t\tmem = find_memory_block_hinted(section, mem);\n" "> +\t\tif (!mem)\n" "> +\t\t\tcontinue;\n" - "> +\t\tif (mem->state == MEM_OFFLINE)\n" + "> +\t\tif (mem->state = MEM_OFFLINE)\n" "> +\t\t\tcontinue;\n" "> +\n" "> +\t\tkobject_put(&mem->dev.kobj);\n" @@ -284,4 +284,4 @@ "> int offline_pages(unsigned long start, unsigned long size)\n" > { -66f84962883a994512415a8fd81487e3cc0da6faf72c17fff65062682c14c2e6 +887682d7eb9cc899dbed83f268c91f716d6f97af2b32c7fcaaf4faef7f07dd17
diff --git a/a/content_digest b/N2/content_digest index 081ace5..a7ed886 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,26 +4,25 @@ "Subject\0Re: [RFC v9 PATCH 04/21] memory-hotplug: offline and remove memory when removing the memory device\0" "Date\0Fri, 28 Sep 2012 12:48:49 +0800\0" "To\0wency@cn.fujitsu.com\0" - "Cc\0x86@kernel.org" - linux-mm@kvack.org - linux-kernel@vger.kernel.org - linuxppc-dev@lists.ozlabs.org + "Cc\0linux-s390@vger.kernel.org" + linux-ia64@vger.kernel.org + len.brown@intel.com linux-acpi@vger.kernel.org - linux-s390@vger.kernel.org linux-sh@vger.kernel.org - linux-ia64@vger.kernel.org + x86@kernel.org + linux-kernel@vger.kernel.org cmetcalf@tilera.com - sparclinux@vger.kernel.org - rientjes@google.com - liuj97@gmail.com - len.brown@intel.com - benh@kernel.crashing.org + linux-mm@kvack.org + isimatu.yasuaki@jp.fujitsu.com paulus@samba.org - cl@linux.com minchan.kim@gmail.com - akpm@linux-foundation.org kosaki.motohiro@jp.fujitsu.com - " isimatu.yasuaki@jp.fujitsu.com\0" + rientjes@google.com + sparclinux@vger.kernel.org + cl@linux.com + linuxppc-dev@lists.ozlabs.org + akpm@linux-foundation.org + " liuj97@gmail.com\0" "\00:1\0" "b\0" "On 09/05/2012 05:25 PM, wency@cn.fujitsu.com wrote:\n" @@ -284,4 +283,4 @@ "> int offline_pages(unsigned long start, unsigned long size)\n" > { -66f84962883a994512415a8fd81487e3cc0da6faf72c17fff65062682c14c2e6 +94393b87cc258d53ec07a31f4fd4b5a8c2a32a882ac4f725bdcc8abf990948a1
diff --git a/a/1.txt b/N3/1.txt index fa0c4ed..684278f 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -255,3 +255,9 @@ s/offine/offline > #else > int offline_pages(unsigned long start, unsigned long size) > { + +-- +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 081ace5..bac8bed 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -282,6 +282,12 @@ "> +\n" "> #else\n" "> int offline_pages(unsigned long start, unsigned long size)\n" - > { + "> {\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>" -66f84962883a994512415a8fd81487e3cc0da6faf72c17fff65062682c14c2e6 +d53655955fa7855c9b1babd53c57209b42bacbfd0b84a308c74068e9cc018409
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.