diff for duplicates of <1492555816.2689.20.camel@sandisk.com> diff --git a/a/1.txt b/N1/1.txt index 1d45a39..59e86d3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,16 +11,16 @@ callback function is missing. Are you sure that all blk-mq drivers have a .complete callback? In the request-errors branch of your block git tree I found the following: -static const struct blk_mq_ops rbd_mq_ops = { - .queue_rq = rbd_queue_rq, - .init_request = rbd_init_request, +static const struct blk_mq_ops rbd_mq_ops =3D { + .queue_rq =3D rbd_queue_rq, + .init_request =3D rbd_init_request, }; -static const struct blk_mq_ops ubiblock_mq_ops = { - .queue_rq = ubiblock_queue_rq, - .init_request = ubiblock_init_request, +static const struct blk_mq_ops ubiblock_mq_ops =3D { + .queue_rq=A0=A0=A0=A0=A0=A0=A0=3D ubiblock_queue_rq, + .init_request =3D ubiblock_init_request, }; Thanks, -Bart. +Bart.= diff --git a/a/content_digest b/N1/content_digest index f472416..1592c05 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -29,18 +29,18 @@ "Are you sure that all blk-mq drivers have a .complete callback? In the\n" "request-errors branch of your block git tree I found the following:\n" "\n" - "static const struct blk_mq_ops rbd_mq_ops = {\n" - "\t.queue_rq\t= rbd_queue_rq,\n" - "\t.init_request\t= rbd_init_request,\n" + "static const struct blk_mq_ops rbd_mq_ops =3D {\n" + "\t.queue_rq\t=3D rbd_queue_rq,\n" + "\t.init_request\t=3D rbd_init_request,\n" "};\n" "\n" - "static const struct blk_mq_ops ubiblock_mq_ops = {\n" - "\t.queue_rq\302\240\302\240\302\240\302\240\302\240\302\240\302\240= ubiblock_queue_rq,\n" - "\t.init_request\t= ubiblock_init_request,\n" + "static const struct blk_mq_ops ubiblock_mq_ops =3D {\n" + "\t.queue_rq=A0=A0=A0=A0=A0=A0=A0=3D ubiblock_queue_rq,\n" + "\t.init_request\t=3D ubiblock_init_request,\n" "};\n" "\n" "Thanks,\n" "\n" - Bart. + Bart.= -8c6fda91828413c7a13db6a3fa0dceda047d578174447665999795bfda7fa437 +68bc3644bf0ba891524fcb36410c28443617272450dac4965cefe1272ea49e3f
diff --git a/a/1.txt b/N2/1.txt index 1d45a39..2c9bda1 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,4 +1,4 @@ -On Tue, 2017-04-18 at 08:52 -0700, Christoph Hellwig wrote: +On Tue, 2017-04-18@08:52 -0700, Christoph Hellwig wrote: > Now that we always have a ->complete callback we can remove the direct > call to blk_mq_end_request, as well as the error argument to > blk_mq_complete_request. @@ -17,7 +17,7 @@ static const struct blk_mq_ops rbd_mq_ops = { }; static const struct blk_mq_ops ubiblock_mq_ops = { - .queue_rq = ubiblock_queue_rq, + .queue_rq???????= ubiblock_queue_rq, .init_request = ubiblock_init_request, }; diff --git a/a/content_digest b/N2/content_digest index f472416..9b9b180 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,22 +1,11 @@ "ref\020170418155229.5977-1-hch@bombadil.infradead.org\0" "ref\020170418155229.5977-16-hch@bombadil.infradead.org\0" - "From\0Bart Van Assche <Bart.VanAssche@sandisk.com>\0" - "Subject\0Re: blk-mq: remove the error argument to blk_mq_complete_request\0" + "From\0Bart.VanAssche@sandisk.com (Bart Van Assche)\0" + "Subject\0blk-mq: remove the error argument to blk_mq_complete_request\0" "Date\0Tue, 18 Apr 2017 22:50:18 +0000\0" - "To\0hch@bombadil.infradead.org <hch@bombadil.infradead.org>" - " axboe@kernel.dk <axboe@kernel.dk>\0" - "Cc\0linux-block@vger.kernel.org <linux-block@vger.kernel.org>" - hch@lst.de <hch@lst.de> - konrad.wilk@oracle.com <konrad.wilk@oracle.com> - roger.pau@citrix.com <roger.pau@citrix.com> - linux-scsi@vger.kernel.org <linux-scsi@vger.kernel.org> - linux-nvme@lists.infradead.org <linux-nvme@lists.infradead.org> - jbacik@fb.com <jbacik@fb.com> - james.smart@broadcom.com <james.smart@broadcom.com> - " dm-devel@redhat.com <dm-devel@redhat.com>\0" "\00:1\0" "b\0" - "On Tue, 2017-04-18 at 08:52 -0700, Christoph Hellwig wrote:\n" + "On Tue, 2017-04-18@08:52 -0700, Christoph Hellwig wrote:\n" "> Now that we always have a ->complete callback we can remove the direct\n" "> call to blk_mq_end_request, as well as the error argument to\n" "> blk_mq_complete_request.\n" @@ -35,7 +24,7 @@ "};\n" "\n" "static const struct blk_mq_ops ubiblock_mq_ops = {\n" - "\t.queue_rq\302\240\302\240\302\240\302\240\302\240\302\240\302\240= ubiblock_queue_rq,\n" + "\t.queue_rq???????= ubiblock_queue_rq,\n" "\t.init_request\t= ubiblock_init_request,\n" "};\n" "\n" @@ -43,4 +32,4 @@ "\n" Bart. -8c6fda91828413c7a13db6a3fa0dceda047d578174447665999795bfda7fa437 +b57b0c265bca21a2bf30b1cbcfe9c253a73941ad8f44b664f006e77d830a42c3
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.