diff for duplicates of <20180525213647.GA3521@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index 8519e85..97bf959 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ On Fri, May 25, 2018 at 03:54:10PM -0400, Mike Snitzer wrote: > On Thu, May 24 2018 at 10:55pm -0400, -> Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote: +> Ross Zwisler <ross.zwisler@linux.intel.com> wrote: > > > Currently the code in dm_dax_direct_access() only checks whether the target > > type has a direct_access() operation defined, not whether the underlying @@ -29,7 +29,7 @@ On Fri, May 25, 2018 at 03:54:10PM -0400, Mike Snitzer wrote: > > will then silently fall back and remove the dax mount option, causing it to > > work properly. > > -> > 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") > > --- > > drivers/md/dm.c | 5 ++--- @@ -66,3 +66,7 @@ DAX I/O paths, etc. This is all done via the bdev_dax_supported() check and the rest of the code in dm_table_supports_dax() and device_supports_dax(). If this is too subtle I can add a comment or add the check back. +_______________________________________________ +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 c20e576..770cbe2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,19 @@ "ref\020180525025518.11405-1-ross.zwisler@linux.intel.com\0" "ref\020180525025518.11405-5-ross.zwisler@linux.intel.com\0" "ref\020180525195410.GA11008@redhat.com\0" - "ref\020180525195410.GA11008-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0" - "From\0Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" + "From\0Ross Zwisler <ross.zwisler@linux.intel.com>\0" "Subject\0Re: [PATCH 4/7] dm: prevent DAX mounts if not supported\0" "Date\0Fri, 25 May 2018 15:36:47 -0600\0" - "To\0Mike Snitzer <snitzer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - dm-devel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org - " linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Mike Snitzer <snitzer@redhat.com>\0" + "Cc\0linux-nvdimm@lists.01.org" + linux-kernel@vger.kernel.org + dm-devel@redhat.com + " linux-fsdevel@vger.kernel.org\0" "\00:1\0" "b\0" "On Fri, May 25, 2018 at 03:54:10PM -0400, Mike Snitzer wrote:\n" "> On Thu, May 24 2018 at 10:55pm -0400,\n" - "> Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote:\n" + "> Ross Zwisler <ross.zwisler@linux.intel.com> wrote:\n" "> \n" "> > Currently the code in dm_dax_direct_access() only checks whether the target\n" "> > type has a direct_access() operation defined, not whether the underlying\n" @@ -43,7 +42,7 @@ "> > will then silently fall back and remove the dax mount option, causing it to\n" "> > work properly.\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" "> > ---\n" "> > drivers/md/dm.c | 5 ++---\n" @@ -79,6 +78,10 @@ "DAX I/O paths, etc. This is all done via the bdev_dax_supported() check and\n" "the rest of the code in dm_table_supports_dax() and device_supports_dax().\n" "\n" - If this is too subtle I can add a comment or add the check back. + "If this is too subtle I can add a comment or add the check back.\n" + "_______________________________________________\n" + "Linux-nvdimm mailing list\n" + "Linux-nvdimm@lists.01.org\n" + https://lists.01.org/mailman/listinfo/linux-nvdimm -cfae926c9ebe1dd18062dc505824fd808843ad9549d4e4c11518b4f9cc19d42b +fe747f21977027fd7cd52e87371e53b142298213bdfa030bd080f57e18bc579a
diff --git a/a/1.txt b/N2/1.txt index 8519e85..914d2a8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,6 +1,6 @@ On Fri, May 25, 2018 at 03:54:10PM -0400, Mike Snitzer wrote: > On Thu, May 24 2018 at 10:55pm -0400, -> Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote: +> Ross Zwisler <ross.zwisler@linux.intel.com> wrote: > > > Currently the code in dm_dax_direct_access() only checks whether the target > > type has a direct_access() operation defined, not whether the underlying @@ -29,7 +29,7 @@ On Fri, May 25, 2018 at 03:54:10PM -0400, Mike Snitzer wrote: > > will then silently fall back and remove the dax mount option, causing it to > > work properly. > > -> > 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") > > --- > > drivers/md/dm.c | 5 ++--- diff --git a/a/content_digest b/N2/content_digest index c20e576..16d9514 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,21 @@ "ref\020180525025518.11405-1-ross.zwisler@linux.intel.com\0" "ref\020180525025518.11405-5-ross.zwisler@linux.intel.com\0" "ref\020180525195410.GA11008@redhat.com\0" - "ref\020180525195410.GA11008-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0" - "From\0Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0" + "From\0Ross Zwisler <ross.zwisler@linux.intel.com>\0" "Subject\0Re: [PATCH 4/7] dm: prevent DAX mounts if not supported\0" "Date\0Fri, 25 May 2018 15:36:47 -0600\0" - "To\0Mike Snitzer <snitzer-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - dm-devel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org - " linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Mike Snitzer <snitzer@redhat.com>\0" + "Cc\0Ross Zwisler <ross.zwisler@linux.intel.com>" + Toshi Kani <toshi.kani@hpe.com> + dm-devel@redhat.com + linux-fsdevel@vger.kernel.org + linux-kernel@vger.kernel.org + " linux-nvdimm@lists.01.org\0" "\00:1\0" "b\0" "On Fri, May 25, 2018 at 03:54:10PM -0400, Mike Snitzer wrote:\n" "> On Thu, May 24 2018 at 10:55pm -0400,\n" - "> Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org> wrote:\n" + "> Ross Zwisler <ross.zwisler@linux.intel.com> wrote:\n" "> \n" "> > Currently the code in dm_dax_direct_access() only checks whether the target\n" "> > type has a direct_access() operation defined, not whether the underlying\n" @@ -43,7 +44,7 @@ "> > will then silently fall back and remove the dax mount option, causing it to\n" "> > work properly.\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" "> > ---\n" "> > drivers/md/dm.c | 5 ++---\n" @@ -81,4 +82,4 @@ "\n" If this is too subtle I can add a comment or add the check back. -cfae926c9ebe1dd18062dc505824fd808843ad9549d4e4c11518b4f9cc19d42b +ea2590dba0d470dfcdf662e1e76a3cd3ee0d995250446fd12cbf449646e9463d
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.