diff for duplicates of <20170510180214.16852-12-hch@lst.de>
diff --git a/a/1.txt b/N1/1.txt
index 0fbd570..f3b32cd 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-From: Amir Goldstein <amir73il@gmail.com>
+From: Amir Goldstein <amir73il-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Hoist the libnvdimm helper as an inline helper to linux/uuid.h
using an auxiliary const variable uuid_null in lib/uuid.c.
@@ -9,13 +9,13 @@ to keep casts to a minimum]
The common helper uses the new abstract type uuid_t * instead of
u8 *.
-Suggested-by: Christoph Hellwig <hch@lst.de>
-Cc: Dan Williams <dan.j.williams@intel.com>
-Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-Cc: David Howells <dhowells@redhat.com>
-Signed-off-by: Amir Goldstein <amir73il@gmail.com>
+Suggested-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
+Cc: Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+Cc: Andy Shevchenko <andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
+Cc: David Howells <dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
+Signed-off-by: Amir Goldstein <amir73il-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
[hch: added guid_is_null]
-Signed-off-by: Christoph Hellwig <hch@lst.de>
+Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
---
drivers/nvdimm/btt_devs.c | 9 +--------
include/linux/uuid.h | 13 +++++++++++++
@@ -104,9 +104,4 @@ index 003bf6823003..25145bfb0eaa 100644
const u8 uuid_index[16] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};
--
-2.11.0
-
-_______________________________________________
-Linux-nvdimm mailing list
-Linux-nvdimm@lists.01.org
-https://lists.01.org/mailman/listinfo/linux-nvdimm
\ No newline at end of file
+2.11.0
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index d022bbf..4144efe 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,10 @@
"ref\00020170510180214.16852-1-hch\@lst.de\0"
]
[
- "From\0Christoph Hellwig <hch\@lst.de>\0"
+ "ref\00020170510180214.16852-1-hch-jcswGhMUV9g\@public.gmane.org\0"
+]
+[
+ "From\0Christoph Hellwig <hch-jcswGhMUV9g\@public.gmane.org>\0"
]
[
"Subject\0[PATCH 11/16] uuid: hoist uuid_is_null() helper from libnvdimm\0"
@@ -11,19 +14,19 @@
"Date\0Wed, 10 May 2017 20:02:09 +0200\0"
]
[
- "To\0Andy Shevchenko <andriy.shevchenko\@linux.intel.com>",
- " Amir Goldstein <amir73il\@gmail.com>",
- " linux-fsdevel\@vger.kernel.org\0"
+ "To\0Andy Shevchenko <andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA\@public.gmane.org>",
+ " Amir Goldstein <amir73il-Re5JQEeQqe8AvxtiuMwx3w\@public.gmane.org>",
+ " linux-fsdevel-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org\0"
]
[
- "Cc\0linux-xfs\@vger.kernel.org",
- " linux-raid\@vger.kernel.org",
- " linux-nvdimm\@lists.01.org",
- " Shaohua Li <shli\@kernel.org>",
- " linux-kernel\@vger.kernel.org",
- " David Howells <dhowells\@redhat.com>",
- " Mimi Zohar <zohar\@linux.vnet.ibm.com>",
- " Steven Whitehouse <swhiteho\@redhat.com>\0"
+ "Cc\0linux-xfs-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org",
+ " linux-raid-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org",
+ " linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw\@public.gmane.org",
+ " Shaohua Li <shli-DgEjT+Ai2ygdnm+yROfE0A\@public.gmane.org>",
+ " linux-kernel-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org",
+ " David Howells <dhowells-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org>",
+ " Mimi Zohar <zohar-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8\@public.gmane.org>",
+ " Steven Whitehouse <swhiteho-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org>\0"
]
[
"\0000:1\0"
@@ -32,7 +35,7 @@
"b\0"
]
[
- "From: Amir Goldstein <amir73il\@gmail.com>\n",
+ "From: Amir Goldstein <amir73il-Re5JQEeQqe8AvxtiuMwx3w\@public.gmane.org>\n",
"\n",
"Hoist the libnvdimm helper as an inline helper to linux/uuid.h\n",
"using an auxiliary const variable uuid_null in lib/uuid.c.\n",
@@ -43,13 +46,13 @@
"The common helper uses the new abstract type uuid_t * instead of\n",
"u8 *.\n",
"\n",
- "Suggested-by: Christoph Hellwig <hch\@lst.de>\n",
- "Cc: Dan Williams <dan.j.williams\@intel.com>\n",
- "Cc: Andy Shevchenko <andriy.shevchenko\@linux.intel.com>\n",
- "Cc: David Howells <dhowells\@redhat.com>\n",
- "Signed-off-by: Amir Goldstein <amir73il\@gmail.com>\n",
+ "Suggested-by: Christoph Hellwig <hch-jcswGhMUV9g\@public.gmane.org>\n",
+ "Cc: Dan Williams <dan.j.williams-ral2JQCrhuEAvxtiuMwx3w\@public.gmane.org>\n",
+ "Cc: Andy Shevchenko <andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA\@public.gmane.org>\n",
+ "Cc: David Howells <dhowells-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org>\n",
+ "Signed-off-by: Amir Goldstein <amir73il-Re5JQEeQqe8AvxtiuMwx3w\@public.gmane.org>\n",
"[hch: added guid_is_null]\n",
- "Signed-off-by: Christoph Hellwig <hch\@lst.de>\n",
+ "Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g\@public.gmane.org>\n",
"---\n",
" drivers/nvdimm/btt_devs.c | 9 +--------\n",
" include/linux/uuid.h | 13 +++++++++++++\n",
@@ -138,12 +141,7 @@
" const u8 uuid_index[16] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};\n",
" \n",
"-- \n",
- "2.11.0\n",
- "\n",
- "_______________________________________________\n",
- "Linux-nvdimm mailing list\n",
- "Linux-nvdimm\@lists.01.org\n",
- "https://lists.01.org/mailman/listinfo/linux-nvdimm"
+ "2.11.0"
]
-68edcb459472964754f834e0886e3c59c397c5275535743727da4a69e17e55f1
+1371ecc7979b1ae712d5264ad8fbe4dec9df28650215f772143333f94e9f1f44
diff --git a/a/1.txt b/N2/1.txt
index 0fbd570..77a959c 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -104,9 +104,4 @@ index 003bf6823003..25145bfb0eaa 100644
const u8 uuid_index[16] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};
--
-2.11.0
-
-_______________________________________________
-Linux-nvdimm mailing list
-Linux-nvdimm@lists.01.org
-https://lists.01.org/mailman/listinfo/linux-nvdimm
\ No newline at end of file
+2.11.0
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index d022bbf..c93e47a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -16,14 +16,15 @@
" linux-fsdevel\@vger.kernel.org\0"
]
[
- "Cc\0linux-xfs\@vger.kernel.org",
- " linux-raid\@vger.kernel.org",
- " linux-nvdimm\@lists.01.org",
- " Shaohua Li <shli\@kernel.org>",
- " linux-kernel\@vger.kernel.org",
+ "Cc\0Shaohua Li <shli\@kernel.org>",
+ " Dan Williams <dan.j.williams\@intel.com>",
" David Howells <dhowells\@redhat.com>",
+ " Steven Whitehouse <swhiteho\@redhat.com>",
" Mimi Zohar <zohar\@linux.vnet.ibm.com>",
- " Steven Whitehouse <swhiteho\@redhat.com>\0"
+ " linux-xfs\@vger.kernel.org",
+ " linux-raid\@vger.kernel.org",
+ " linux-nvdimm\@ml01.01.org",
+ " linux-kernel\@vger.kernel.org\0"
]
[
"\0000:1\0"
@@ -138,12 +139,7 @@
" const u8 uuid_index[16] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};\n",
" \n",
"-- \n",
- "2.11.0\n",
- "\n",
- "_______________________________________________\n",
- "Linux-nvdimm mailing list\n",
- "Linux-nvdimm\@lists.01.org\n",
- "https://lists.01.org/mailman/listinfo/linux-nvdimm"
+ "2.11.0"
]
-68edcb459472964754f834e0886e3c59c397c5275535743727da4a69e17e55f1
+ae6a1759408a7c27fc87aea106b82b7fd5a026e986836f0086d901078ca1cde6
diff --git a/a/1.txt b/N3/1.txt
index 0fbd570..77a959c 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -104,9 +104,4 @@ index 003bf6823003..25145bfb0eaa 100644
const u8 uuid_index[16] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};
--
-2.11.0
-
-_______________________________________________
-Linux-nvdimm mailing list
-Linux-nvdimm@lists.01.org
-https://lists.01.org/mailman/listinfo/linux-nvdimm
\ No newline at end of file
+2.11.0
\ No newline at end of file
diff --git a/a/content_digest b/N3/content_digest
index d022bbf..a9e411b 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -16,14 +16,15 @@
" linux-fsdevel\@vger.kernel.org\0"
]
[
- "Cc\0linux-xfs\@vger.kernel.org",
- " linux-raid\@vger.kernel.org",
- " linux-nvdimm\@lists.01.org",
- " Shaohua Li <shli\@kernel.org>",
- " linux-kernel\@vger.kernel.org",
+ "Cc\0Shaohua Li <shli\@kernel.org>",
+ " Dan Williams <dan.j.williams\@intel.com>",
" David Howells <dhowells\@redhat.com>",
+ " Steven Whitehouse <swhiteho\@redhat.com>",
" Mimi Zohar <zohar\@linux.vnet.ibm.com>",
- " Steven Whitehouse <swhiteho\@redhat.com>\0"
+ " linux-xfs\@vger.kernel.org",
+ " linux-raid\@vger.kernel.org",
+ " linux-nvdimm\@lists.01.org",
+ " linux-kernel\@vger.kernel.org\0"
]
[
"\0000:1\0"
@@ -138,12 +139,7 @@
" const u8 uuid_index[16] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15};\n",
" \n",
"-- \n",
- "2.11.0\n",
- "\n",
- "_______________________________________________\n",
- "Linux-nvdimm mailing list\n",
- "Linux-nvdimm\@lists.01.org\n",
- "https://lists.01.org/mailman/listinfo/linux-nvdimm"
+ "2.11.0"
]
-68edcb459472964754f834e0886e3c59c397c5275535743727da4a69e17e55f1
+13f75c5bad1942f8013581b5d688572f425f05bb77272029347b9b3250176064
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.