diff for duplicates of <20180626181726.GA6630@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 31e2d73..63ff995 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ On Tue, Jun 26 2018 at 1:59pm -0400, -Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote: +Ross Zwisler <ross.zwisler@linux.intel.com> wrote: > Currently device_supports_dax() just checks to see if the QUEUE_FLAG_DAX > flag is set on the device's request queue to decide whether or not the @@ -13,9 +13,9 @@ Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote: > upon DM devices will only be able to mount with DAX if all underlying > devices also support DAX. > -> Signed-off-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> +> Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> > Fixes: commit 545ed20e6df6 ("dm: add infrastructure for DAX support") -> Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +> Cc: stable@vger.kernel.org > --- > drivers/md/dm-ioctl.c | 5 +++++ > drivers/md/dm-table.c | 7 +++---- @@ -110,3 +110,7 @@ Which would mean you don't need to export dm_table_supports_dax(). Nor do you need to publish the dm_table_supports_dax() interface via include/linux/device-mapper.h +_______________________________________________ +Linux-nvdimm mailing list +Linux-nvdimm@lists.01.org +https://lists.01.org/mailman/listinfo/linux-nvdimm diff --git a/a/content_digest b/N1/content_digest index 4fc0ade..c18bace 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,19 @@ "ref\020180626175932.8899-1-ross.zwisler@linux.intel.com\0" "ref\020180626175932.8899-4-ross.zwisler@linux.intel.com\0" - "ref\020180626175932.8899-4-ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org\0" - "From\0Mike Snitzer <snitzer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" + "From\0Mike Snitzer <snitzer@redhat.com>\0" "Subject\0Re: [PATCH v3 3/3] dm: prevent DAX mounts if not supported\0" "Date\0Tue, 26 Jun 2018 14:17:26 -0400\0" - "To\0Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" - "Cc\0linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - dm-devel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org - " linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Ross Zwisler <ross.zwisler@linux.intel.com>\0" + "Cc\0linux-nvdimm@lists.01.org" + linux-kernel@vger.kernel.org + stable@vger.kernel.org + linux-xfs@vger.kernel.org + dm-devel@redhat.com + " linux-fsdevel@vger.kernel.org\0" "\00:1\0" "b\0" "On Tue, Jun 26 2018 at 1:59pm -0400,\n" - "Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote:\n" + "Ross Zwisler <ross.zwisler@linux.intel.com> wrote:\n" "\n" "> Currently device_supports_dax() just checks to see if the QUEUE_FLAG_DAX\n" "> flag is set on the device's request queue to decide whether or not the\n" @@ -28,9 +27,9 @@ "> upon DM devices will only be able to mount with DAX if all underlying\n" "> devices also support DAX.\n" "> \n" - "> Signed-off-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" + "> Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>\n" "> Fixes: commit 545ed20e6df6 (\"dm: add infrastructure for DAX support\")\n" - "> Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> Cc: stable@vger.kernel.org\n" "> ---\n" "> drivers/md/dm-ioctl.c | 5 +++++\n" "> drivers/md/dm-table.c | 7 +++----\n" @@ -124,6 +123,10 @@ "> */\n" "\n" "Nor do you need to publish the dm_table_supports_dax() interface via\n" - include/linux/device-mapper.h + "include/linux/device-mapper.h\n" + "_______________________________________________\n" + "Linux-nvdimm mailing list\n" + "Linux-nvdimm@lists.01.org\n" + https://lists.01.org/mailman/listinfo/linux-nvdimm -cb2f2844798f738f4c04b48ea76696f86e2168a4d9b4a93382c93d2de30ddde3 +484657029c911f2e76d612ba4a6cb584da56f37f7978717274aae8b8eae9e219
diff --git a/a/1.txt b/N2/1.txt index 31e2d73..d852ae4 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,5 +1,5 @@ On Tue, Jun 26 2018 at 1:59pm -0400, -Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote: +Ross Zwisler <ross.zwisler@linux.intel.com> wrote: > Currently device_supports_dax() just checks to see if the QUEUE_FLAG_DAX > flag is set on the device's request queue to decide whether or not the @@ -13,9 +13,9 @@ Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote: > upon DM devices will only be able to mount with DAX if all underlying > devices also support DAX. > -> Signed-off-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> +> Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> > Fixes: commit 545ed20e6df6 ("dm: add infrastructure for DAX support") -> Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +> Cc: stable@vger.kernel.org > --- > drivers/md/dm-ioctl.c | 5 +++++ > drivers/md/dm-table.c | 7 +++---- diff --git a/a/content_digest b/N2/content_digest index 4fc0ade..9fed361 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,20 @@ "ref\020180626175932.8899-1-ross.zwisler@linux.intel.com\0" "ref\020180626175932.8899-4-ross.zwisler@linux.intel.com\0" - "ref\020180626175932.8899-4-ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org\0" - "From\0Mike Snitzer <snitzer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" + "From\0Mike Snitzer <snitzer@redhat.com>\0" "Subject\0Re: [PATCH v3 3/3] dm: prevent DAX mounts if not supported\0" "Date\0Tue, 26 Jun 2018 14:17:26 -0400\0" - "To\0Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" - "Cc\0linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - dm-devel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org - " linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Ross Zwisler <ross.zwisler@linux.intel.com>\0" + "Cc\0Toshi Kani <toshi.kani@hpe.com>" + dm-devel@redhat.com + linux-fsdevel@vger.kernel.org + linux-kernel@vger.kernel.org + linux-nvdimm@lists.01.org + linux-xfs@vger.kernel.org + " stable@vger.kernel.org\0" "\00:1\0" "b\0" "On Tue, Jun 26 2018 at 1:59pm -0400,\n" - "Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote:\n" + "Ross Zwisler <ross.zwisler@linux.intel.com> wrote:\n" "\n" "> Currently device_supports_dax() just checks to see if the QUEUE_FLAG_DAX\n" "> flag is set on the device's request queue to decide whether or not the\n" @@ -28,9 +28,9 @@ "> upon DM devices will only be able to mount with DAX if all underlying\n" "> devices also support DAX.\n" "> \n" - "> Signed-off-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n" + "> Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com>\n" "> Fixes: commit 545ed20e6df6 (\"dm: add infrastructure for DAX support\")\n" - "> Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> Cc: stable@vger.kernel.org\n" "> ---\n" "> drivers/md/dm-ioctl.c | 5 +++++\n" "> drivers/md/dm-table.c | 7 +++----\n" @@ -126,4 +126,4 @@ "Nor do you need to publish the dm_table_supports_dax() interface via\n" include/linux/device-mapper.h -cb2f2844798f738f4c04b48ea76696f86e2168a4d9b4a93382c93d2de30ddde3 +5bf112fef3c4934decd0f96b24325db1d99dd84ddb19a1fa5785c7ba21ab78ed
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.