diff for duplicates of <20060309040045.17dbf286.akpm@osdl.org> diff --git a/a/1.txt b/N1/1.txt index 69edf0c..fc9320c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -62,7 +62,7 @@ Yasunori Goto <y-goto@jp.fujitsu.com> wrote: > + return kzalloc(sizeof(struct pglist_data), GFP_ATOMIC); > +} -From an interface design point of view it's usually best to pass the +>From an interface design point of view it's usually best to pass the gfp_flags ito a function which performs memory allocation, rather than assuming the worst-case like this. diff --git a/a/content_digest b/N1/content_digest index fc652f5..5b4119d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020060308212719.002A.Y-GOTO@jp.fujitsu.com\0" "From\0Andrew Morton <akpm@osdl.org>\0" - "Subject\0Re: [PATCH: 004/017](RFC) Memory hotplug for new nodes v.3.\0" - "Date\0Thu, 09 Mar 2006 12:00:45 +0000\0" + "Subject\0Re: [PATCH: 004/017](RFC) Memory hotplug for new nodes v.3. (generic alloc pgdat)\0" + "Date\0Thu, 9 Mar 2006 04:00:45 -0800\0" "To\0Yasunori Goto <y-goto@jp.fujitsu.com>\0" "Cc\0tony.luck@intel.com" ak@suse.de @@ -76,7 +76,7 @@ "> +\treturn kzalloc(sizeof(struct pglist_data), GFP_ATOMIC);\n" "> +}\n" "\n" - "From an interface design point of view it's usually best to pass the\n" + ">From an interface design point of view it's usually best to pass the\n" "gfp_flags ito a function which performs memory allocation, rather than\n" "assuming the worst-case like this.\n" "\n" @@ -113,4 +113,4 @@ "(If all callers are also inside #ifdef CONFIG_HAVE_ARCH_NODEDATA_EXTENSION\n" "then the answer would be \"no\")." -d9ae517f3badad75d56e499e288924c5f6264d592af544a215faac3faf1c71dc +5c4b416d59ad0a63d1c8f751076910084149904f50c3c410199478fa20907b38
diff --git a/a/1.txt b/N2/1.txt index 69edf0c..026371c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -62,7 +62,7 @@ Yasunori Goto <y-goto@jp.fujitsu.com> wrote: > + return kzalloc(sizeof(struct pglist_data), GFP_ATOMIC); > +} -From an interface design point of view it's usually best to pass the +>From an interface design point of view it's usually best to pass the gfp_flags ito a function which performs memory allocation, rather than assuming the worst-case like this. @@ -98,3 +98,9 @@ generic_alloc_nodedata() if !CONFIG_HAVE_ARCH_NODEDATA_EXTENSION? (If all callers are also inside #ifdef CONFIG_HAVE_ARCH_NODEDATA_EXTENSION then the answer would be "no"). + +-- +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/N2/content_digest index fc652f5..8f39b0e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020060308212719.002A.Y-GOTO@jp.fujitsu.com\0" "From\0Andrew Morton <akpm@osdl.org>\0" - "Subject\0Re: [PATCH: 004/017](RFC) Memory hotplug for new nodes v.3.\0" - "Date\0Thu, 09 Mar 2006 12:00:45 +0000\0" + "Subject\0Re: [PATCH: 004/017](RFC) Memory hotplug for new nodes v.3. (generic alloc pgdat)\0" + "Date\0Thu, 9 Mar 2006 04:00:45 -0800\0" "To\0Yasunori Goto <y-goto@jp.fujitsu.com>\0" "Cc\0tony.luck@intel.com" ak@suse.de @@ -76,7 +76,7 @@ "> +\treturn kzalloc(sizeof(struct pglist_data), GFP_ATOMIC);\n" "> +}\n" "\n" - "From an interface design point of view it's usually best to pass the\n" + ">From an interface design point of view it's usually best to pass the\n" "gfp_flags ito a function which performs memory allocation, rather than\n" "assuming the worst-case like this.\n" "\n" @@ -111,6 +111,12 @@ "generic_alloc_nodedata() if !CONFIG_HAVE_ARCH_NODEDATA_EXTENSION?\n" "\n" "(If all callers are also inside #ifdef CONFIG_HAVE_ARCH_NODEDATA_EXTENSION\n" - "then the answer would be \"no\")." + "then the answer would be \"no\").\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>" -d9ae517f3badad75d56e499e288924c5f6264d592af544a215faac3faf1c71dc +060fbe1bc18cfebace004bed3b68c803f1b85481ec7ca89fa4164dc7eb892e8a
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.