diff for duplicates of <52D66396.5050104@roeck-us.net> diff --git a/a/1.txt b/N1/1.txt index 80b1f62..af1c1cd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,8 +23,3 @@ so it may be a better fix for the problem seen there than the patch provided by Michael. Guenter - --- -To unsubscribe from this list: send the line "unsubscribe sparclinux" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 5006cd5..38923b7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01389778426-14836-1-git-send-email-geert@linux-m68k.org\0" "From\0Guenter Roeck <linux@roeck-us.net>\0" "Subject\0Re: [PATCH] mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL\0" - "Date\0Wed, 15 Jan 2014 02:31:50 -0800\0" + "Date\0Wed, 15 Jan 2014 10:31:50 +0000\0" "To\0Geert Uytterhoeven <geert@linux-m68k.org>" Andrew Morton <akpm@linux-foundation.org> " Michael S. Tsirkin <mst@redhat.com>\0" @@ -37,11 +37,6 @@ "so it may be a better fix for the problem seen there than the patch\n" "provided by Michael.\n" "\n" - "Guenter\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe sparclinux\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Guenter -5cd4e020a723025ef25f56fd1143e894b23deeba459459f843329c9c5990c9b1 +1559eef679996fa2b658266adfb34573386f819e9c5fbe22fbcb9ab279266e59
diff --git a/a/1.txt b/N2/1.txt index 80b1f62..0afb2e0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -6,9 +6,9 @@ On 01/15/2014 01:33 AM, Geert Uytterhoeven wrote: > struct page * if !WANT_PAGE_VIRTUAL, but causes a build failure on > architectures using WANT_PAGE_VIRTUAL (arc, m68k and sparc): > -> drivers/md/bcache/bset.c: In function ‘__btree_sort’: -> drivers/md/bcache/bset.c:1190: warning: dereferencing ‘void *’ pointer -> drivers/md/bcache/bset.c:1190: error: request for member ‘virtual’ in something not a structure or union +> drivers/md/bcache/bset.c: In function a??__btree_sorta??: +> drivers/md/bcache/bset.c:1190: warning: dereferencing a??void *a?? pointer +> drivers/md/bcache/bset.c:1190: error: request for member a??virtuala?? in something not a structure or union > > Convert them to static inline functions to fix this. There are already > plenty of users of struct page members inside <linux/mm.h>, so there's no @@ -25,6 +25,7 @@ provided by Michael. Guenter -- -To unsubscribe from this list: send the line "unsubscribe sparclinux" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html +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 5006cd5..c448037 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -21,9 +21,9 @@ "> struct page * if !WANT_PAGE_VIRTUAL, but causes a build failure on\n" "> architectures using WANT_PAGE_VIRTUAL (arc, m68k and sparc):\n" ">\n" - "> drivers/md/bcache/bset.c: In function \342\200\230__btree_sort\342\200\231:\n" - "> drivers/md/bcache/bset.c:1190: warning: dereferencing \342\200\230void *\342\200\231 pointer\n" - "> drivers/md/bcache/bset.c:1190: error: request for member \342\200\230virtual\342\200\231 in something not a structure or union\n" + "> drivers/md/bcache/bset.c: In function a??__btree_sorta??:\n" + "> drivers/md/bcache/bset.c:1190: warning: dereferencing a??void *a?? pointer\n" + "> drivers/md/bcache/bset.c:1190: error: request for member a??virtuala?? in something not a structure or union\n" ">\n" "> Convert them to static inline functions to fix this. There are already\n" "> plenty of users of struct page members inside <linux/mm.h>, so there's no\n" @@ -40,8 +40,9 @@ "Guenter\n" "\n" "--\n" - "To unsubscribe from this list: send the line \"unsubscribe sparclinux\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "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>" -5cd4e020a723025ef25f56fd1143e894b23deeba459459f843329c9c5990c9b1 +e79f35e26e4a0fbf24c5dc33743f736055558d6d8b1fa00a2bcdb25b53361f70
diff --git a/a/1.txt b/N3/1.txt index 80b1f62..af1c1cd 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -23,8 +23,3 @@ so it may be a better fix for the problem seen there than the patch provided by Michael. Guenter - --- -To unsubscribe from this list: send the line "unsubscribe sparclinux" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N3/content_digest index 5006cd5..884f794 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -37,11 +37,6 @@ "so it may be a better fix for the problem seen there than the patch\n" "provided by Michael.\n" "\n" - "Guenter\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe sparclinux\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Guenter -5cd4e020a723025ef25f56fd1143e894b23deeba459459f843329c9c5990c9b1 +5c71b30fbefed54fd6bcf5cf01167e92eabfcbd151b67b9d257665823b5a80e9
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.