All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <552FB94B.2090603@bjorling.me>

diff --git a/a/1.txt b/N1/1.txt
index 4d6e8d3..800567c 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 On 04/16/2015 01:34 PM, Paul Bolle wrote:
-> On Thu, 2015-04-16@12:23 +0200, Matias Bj?rling wrote:
+> On Thu, 2015-04-16 at 12:23 +0200, Matias Bjørling wrote:
 >> On 04/16/2015 11:10 AM, Paul Bolle wrote:
 >>> A few things I spotted (while actually fiddling with 3/5).
 >>
@@ -12,8 +12,8 @@ On 04/16/2015 01:34 PM, Paul Bolle wrote:
 >
 > After adding the changes pasted at the end of this message (which I gave
 > almost no thought whatsoever) I ran into:
->      block/blk-mq.c: In function ?blk_mq_init_rq_map?:
->      block/blk-mq.c:1473:22: error: invalid application of ?sizeof? to incomplete type ?struct nvm_per_rq?
+>      block/blk-mq.c: In function ‘blk_mq_init_rq_map’:
+>      block/blk-mq.c:1473:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct nvm_per_rq’
 >         cmd_size += sizeof(struct nvm_per_rq);
 >                            ^
 >
@@ -28,3 +28,7 @@ Thanks. Nothing like a good whack-a-mole. I've fixed it up in the master at:
 Keith, for the nvme driver, I've packed everything neatly into a #ifdef, 
 so it looks the same as with the #ifdef integrity. It should have been 
 like that from the start.
+--
+To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" 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 9ec208f..faedd05 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,13 +3,21 @@
  "ref\01429175408.16771.45.camel@x220\0"
  "ref\0552F8D84.8030504@bjorling.me\0"
  "ref\01429184091.16771.60.camel@x220\0"
- "From\0m@bjorling.me (Matias Bj\303\270rling)\0"
- "Subject\0[PATCH 2/5 v2] blk-mq: Support for Open-Channel SSDs\0"
+ "From\0Matias Bj\303\270rling <m@bjorling.me>\0"
+ "Subject\0Re: [PATCH 2/5 v2] blk-mq: Support for Open-Channel SSDs\0"
  "Date\0Thu, 16 Apr 2015 15:29:47 +0200\0"
+ "To\0Paul Bolle <pebolle@tiscali.nl>\0"
+ "Cc\0hch@infradead.org"
+  axboe@fb.com
+  linux-fsdevel@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-nvme@lists.infradead.org
+  javier@paletta.io
+ " keith.busch@intel.com\0"
  "\00:1\0"
  "b\0"
  "On 04/16/2015 01:34 PM, Paul Bolle wrote:\n"
- "> On Thu, 2015-04-16@12:23 +0200, Matias Bj?rling wrote:\n"
+ "> On Thu, 2015-04-16 at 12:23 +0200, Matias Bj\303\270rling wrote:\n"
  ">> On 04/16/2015 11:10 AM, Paul Bolle wrote:\n"
  ">>> A few things I spotted (while actually fiddling with 3/5).\n"
  ">>\n"
@@ -22,8 +30,8 @@
  ">\n"
  "> After adding the changes pasted at the end of this message (which I gave\n"
  "> almost no thought whatsoever) I ran into:\n"
- ">      block/blk-mq.c: In function ?blk_mq_init_rq_map?:\n"
- ">      block/blk-mq.c:1473:22: error: invalid application of ?sizeof? to incomplete type ?struct nvm_per_rq?\n"
+ ">      block/blk-mq.c: In function \342\200\230blk_mq_init_rq_map\342\200\231:\n"
+ ">      block/blk-mq.c:1473:22: error: invalid application of \342\200\230sizeof\342\200\231 to incomplete type \342\200\230struct nvm_per_rq\342\200\231\n"
  ">         cmd_size += sizeof(struct nvm_per_rq);\n"
  ">                            ^\n"
  ">\n"
@@ -37,6 +45,10 @@
  "\n"
  "Keith, for the nvme driver, I've packed everything neatly into a #ifdef, \n"
  "so it looks the same as with the #ifdef integrity. It should have been \n"
- like that from the start.
+ "like that from the start.\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-fsdevel\" in\n"
+ "the body of a message to majordomo@vger.kernel.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-5c931933fc157a1fbaa77d8471f0463a7b6f8185d9ea33e7286d1fa0d8174e1b
+29307cc5fac94750113f5151fee679d49c305040554ff1079e19388a4f37d387

diff --git a/a/1.txt b/N2/1.txt
index 4d6e8d3..fdccc6e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,5 +1,5 @@
 On 04/16/2015 01:34 PM, Paul Bolle wrote:
-> On Thu, 2015-04-16@12:23 +0200, Matias Bj?rling wrote:
+> On Thu, 2015-04-16 at 12:23 +0200, Matias Bjørling wrote:
 >> On 04/16/2015 11:10 AM, Paul Bolle wrote:
 >>> A few things I spotted (while actually fiddling with 3/5).
 >>
@@ -12,8 +12,8 @@ On 04/16/2015 01:34 PM, Paul Bolle wrote:
 >
 > After adding the changes pasted at the end of this message (which I gave
 > almost no thought whatsoever) I ran into:
->      block/blk-mq.c: In function ?blk_mq_init_rq_map?:
->      block/blk-mq.c:1473:22: error: invalid application of ?sizeof? to incomplete type ?struct nvm_per_rq?
+>      block/blk-mq.c: In function ‘blk_mq_init_rq_map’:
+>      block/blk-mq.c:1473:22: error: invalid application of ‘sizeof’ to incomplete type ‘struct nvm_per_rq’
 >         cmd_size += sizeof(struct nvm_per_rq);
 >                            ^
 >
diff --git a/a/content_digest b/N2/content_digest
index 9ec208f..683cbf1 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -3,13 +3,21 @@
  "ref\01429175408.16771.45.camel@x220\0"
  "ref\0552F8D84.8030504@bjorling.me\0"
  "ref\01429184091.16771.60.camel@x220\0"
- "From\0m@bjorling.me (Matias Bj\303\270rling)\0"
- "Subject\0[PATCH 2/5 v2] blk-mq: Support for Open-Channel SSDs\0"
+ "From\0Matias Bj\303\270rling <m@bjorling.me>\0"
+ "Subject\0Re: [PATCH 2/5 v2] blk-mq: Support for Open-Channel SSDs\0"
  "Date\0Thu, 16 Apr 2015 15:29:47 +0200\0"
+ "To\0Paul Bolle <pebolle@tiscali.nl>\0"
+ "Cc\0hch@infradead.org"
+  axboe@fb.com
+  linux-fsdevel@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-nvme@lists.infradead.org
+  javier@paletta.io
+ " keith.busch@intel.com\0"
  "\00:1\0"
  "b\0"
  "On 04/16/2015 01:34 PM, Paul Bolle wrote:\n"
- "> On Thu, 2015-04-16@12:23 +0200, Matias Bj?rling wrote:\n"
+ "> On Thu, 2015-04-16 at 12:23 +0200, Matias Bj\303\270rling wrote:\n"
  ">> On 04/16/2015 11:10 AM, Paul Bolle wrote:\n"
  ">>> A few things I spotted (while actually fiddling with 3/5).\n"
  ">>\n"
@@ -22,8 +30,8 @@
  ">\n"
  "> After adding the changes pasted at the end of this message (which I gave\n"
  "> almost no thought whatsoever) I ran into:\n"
- ">      block/blk-mq.c: In function ?blk_mq_init_rq_map?:\n"
- ">      block/blk-mq.c:1473:22: error: invalid application of ?sizeof? to incomplete type ?struct nvm_per_rq?\n"
+ ">      block/blk-mq.c: In function \342\200\230blk_mq_init_rq_map\342\200\231:\n"
+ ">      block/blk-mq.c:1473:22: error: invalid application of \342\200\230sizeof\342\200\231 to incomplete type \342\200\230struct nvm_per_rq\342\200\231\n"
  ">         cmd_size += sizeof(struct nvm_per_rq);\n"
  ">                            ^\n"
  ">\n"
@@ -39,4 +47,4 @@
  "so it looks the same as with the #ifdef integrity. It should have been \n"
  like that from the start.
 
-5c931933fc157a1fbaa77d8471f0463a7b6f8185d9ea33e7286d1fa0d8174e1b
+d5ff353ba89faceb41654761d1ad7f03253e39e62b0f5ba95f00cc184d540904

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.