diff for duplicates of <20090604122409.GK29447@sgi.com> diff --git a/a/1.txt b/N1/1.txt index e9af55e..cafff88 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -22,7 +22,7 @@ If you disagree, don't respond, just ignore. > --- a/include/linux/topology.h > +++ b/include/linux/topology.h > @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void); -> #define node_distance(from,to) ((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) +> #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) > #endif > #ifndef RECLAIM_DISTANCE > -/* diff --git a/a/content_digest b/N1/content_digest index c353263..6086bcc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,19 @@ "ref\020090604192236.9761.A69D9226@jp.fujitsu.com\0" "From\0Robin Holt <holt@sgi.com>\0" "Subject\0Re: [PATCH v4] zone_reclaim is always 0 by default\0" - "Date\0Thu, 04 Jun 2009 12:24:09 +0000\0" + "Date\0Thu, 4 Jun 2009 07:24:09 -0500\0" "To\0KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>\0" - "Cc\0Christoph Lameter <cl@linux-foundation.org>" - Rik van Riel <riel@redhat.com> - Robin Holt <holt@sgi.com> + "Cc\0Rik van Riel <riel@redhat.com>" + linux-ia64@vger.kernel.org + linux-mm <linux-mm@kvack.org> Zhang Yanmin <yanmin.zhang@intel.com> - Wu Fengguang <fengguang.wu@intel.com> - linux-ia64@vger.kernel.org - linuxppc-dev@ozlabs.org LKML <linux-kernel@vger.kernel.org> - linux-mm <linux-mm@kvack.org> - " Andrew Morton <akpm@linux-foundation.org>\0" + linuxppc-dev@ozlabs.org + Robin Holt <holt@sgi.com> + Christoph Lameter <cl@linux-foundation.org> + Andrew Morton <akpm@linux-foundation.org> + " Wu Fengguang <fengguang.wu@intel.com>\0" "\00:1\0" "b\0" "Acked-by: Robin Holt <holt@sgi.com>\n" @@ -40,7 +40,7 @@ "> --- a/include/linux/topology.h\n" "> +++ b/include/linux/topology.h\n" "> @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void);\n" - "> #define node_distance(from,to)\t((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n" + "> #define node_distance(from,to)\t((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n" "> #endif\n" "> #ifndef RECLAIM_DISTANCE\n" "> -/*\n" @@ -56,4 +56,4 @@ "Thanks,\n" Robin -510b7d3ee24d0fc9785d4d18420b292879489fcd77a6e3bf5d743471c05141af +73252b9efe9310e0dff1aa80b7f25013bc1dd47d7c3baf844ae846ac9ceb9127
diff --git a/a/1.txt b/N2/1.txt index e9af55e..cafff88 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -22,7 +22,7 @@ If you disagree, don't respond, just ignore. > --- a/include/linux/topology.h > +++ b/include/linux/topology.h > @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void); -> #define node_distance(from,to) ((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) +> #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) > #endif > #ifndef RECLAIM_DISTANCE > -/* diff --git a/a/content_digest b/N2/content_digest index c353263..0d51ba9 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\020090604192236.9761.A69D9226@jp.fujitsu.com\0" "From\0Robin Holt <holt@sgi.com>\0" "Subject\0Re: [PATCH v4] zone_reclaim is always 0 by default\0" - "Date\0Thu, 04 Jun 2009 12:24:09 +0000\0" + "Date\0Thu, 4 Jun 2009 07:24:09 -0500\0" "To\0KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>\0" "Cc\0Christoph Lameter <cl@linux-foundation.org>" Rik van Riel <riel@redhat.com> @@ -40,7 +40,7 @@ "> --- a/include/linux/topology.h\n" "> +++ b/include/linux/topology.h\n" "> @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void);\n" - "> #define node_distance(from,to)\t((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n" + "> #define node_distance(from,to)\t((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n" "> #endif\n" "> #ifndef RECLAIM_DISTANCE\n" "> -/*\n" @@ -56,4 +56,4 @@ "Thanks,\n" Robin -510b7d3ee24d0fc9785d4d18420b292879489fcd77a6e3bf5d743471c05141af +14ef6ce1485a0adbfdf646a93dbe5d3d4edf67120c277ad361667da7cb259798
diff --git a/a/1.txt b/N3/1.txt index e9af55e..9ab1323 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -22,7 +22,7 @@ If you disagree, don't respond, just ignore. > --- a/include/linux/topology.h > +++ b/include/linux/topology.h > @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void); -> #define node_distance(from,to) ((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) +> #define node_distance(from,to) ((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE) > #endif > #ifndef RECLAIM_DISTANCE > -/* @@ -37,3 +37,9 @@ Why remove this comment? It seems more-or-less a reasonable statement. Thanks, Robin + +-- +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 c353263..b4a0985 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,7 +1,7 @@ "ref\020090604192236.9761.A69D9226@jp.fujitsu.com\0" "From\0Robin Holt <holt@sgi.com>\0" "Subject\0Re: [PATCH v4] zone_reclaim is always 0 by default\0" - "Date\0Thu, 04 Jun 2009 12:24:09 +0000\0" + "Date\0Thu, 4 Jun 2009 07:24:09 -0500\0" "To\0KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>\0" "Cc\0Christoph Lameter <cl@linux-foundation.org>" Rik van Riel <riel@redhat.com> @@ -40,7 +40,7 @@ "> --- a/include/linux/topology.h\n" "> +++ b/include/linux/topology.h\n" "> @@ -54,12 +54,7 @@ int arch_update_cpu_topology(void);\n" - "> #define node_distance(from,to)\t((from) = (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n" + "> #define node_distance(from,to)\t((from) == (to) ? LOCAL_DISTANCE : REMOTE_DISTANCE)\n" "> #endif\n" "> #ifndef RECLAIM_DISTANCE\n" "> -/*\n" @@ -54,6 +54,12 @@ "Why remove this comment? It seems more-or-less a reasonable statement.\n" "\n" "Thanks,\n" - Robin + "Robin\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>" -510b7d3ee24d0fc9785d4d18420b292879489fcd77a6e3bf5d743471c05141af +725b072224043cfdc0f2856ee5173387a2fc4ae0b6fcb93c9235e88d33b278ac
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.