diff for duplicates of <4F29ABD6.70704@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 6e5cf24..9e567e1 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -32,7 +32,7 @@ The old behaviour and the behaviour post Dan's fix are the same. My patch temporarily broke things, by testing for order < 0, -instead of the explicit cc->order = -1 used elsewhere in +instead of the explicit cc->order == -1 used elsewhere in the code. I did not notice it in my own testing because I tested on @@ -42,8 +42,15 @@ trees I was working on :( In my test tree, I had (cc->sync || !compaction_deferred(zone, cc->order)). -Arguably, testing for cc->order = -1 (or cc->order < 0) is +Arguably, testing for cc->order == -1 (or cc->order < 0) is better anyway. -- All rights reversed + +-- +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/ . +Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N1/content_digest index 42fc6ae..549b19b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020120201124651.9203acde.akpm@linux-foundation.org\0" "From\0Rik van Riel <riel@redhat.com>\0" "Subject\0Re: [patch] mm: compaction: make compact_control order signed\0" - "Date\0Wed, 01 Feb 2012 21:17:10 +0000\0" + "Date\0Wed, 01 Feb 2012 16:17:10 -0500\0" "To\0Andrew Morton <akpm@linux-foundation.org>\0" "Cc\0Dan Carpenter <dan.carpenter@oracle.com>" Mel Gorman <mel@csn.ul.ie> @@ -46,7 +46,7 @@ "same.\n" "\n" "My patch temporarily broke things, by testing for order < 0,\n" - "instead of the explicit cc->order = -1 used elsewhere in\n" + "instead of the explicit cc->order == -1 used elsewhere in\n" "the code.\n" "\n" "I did not notice it in my own testing because I tested on\n" @@ -56,10 +56,17 @@ "\n" "In my test tree, I had (cc->sync || !compaction_deferred(zone, cc->order)).\n" "\n" - "Arguably, testing for cc->order = -1 (or cc->order < 0) is\n" + "Arguably, testing for cc->order == -1 (or cc->order < 0) is\n" "better anyway.\n" "\n" "-- \n" - All rights reversed + "All rights reversed\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" + "Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -702beca48d177b38ddc829469817729e6c6ce19819f8b905031cbca2747db7fb +60066e6920c9fdfac98862f5938ee5eafb6e9946ba66620bcdb4b9e1dfb9eba3
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.