diff for duplicates of <20140116164411.GD16829@fieldses.org> diff --git a/a/1.txt b/N1/1.txt index 378e6de..51a6734 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,7 +3,7 @@ On Thu, Jan 16, 2014 at 04:15:42PM +0000, Steven Whitehouse wrote: > > On Thu, 2014-01-16 at 11:10 -0500, J. Bruce Fields wrote: > > On Wed, Jan 15, 2014 at 10:17:49AM -0500, bfields wrote: -> > > From: "J. Bruce Fields" <bfields@redhat.com> +> > > From: "J. Bruce Fields" <bfields-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > > > > > > d_splice_alias can create duplicate directory aliases (in the !new > > > case), or (in the new case) d_move without holding appropriate locks. @@ -13,7 +13,7 @@ On Thu, Jan 16, 2014 at 04:15:42PM +0000, Steven Whitehouse wrote: > > > could cause spurious lookup failures--but that's at least better than > > > corrupting the dcache.) > > > -> > > Signed-off-by: J. Bruce Fields <bfields@redhat.com> +> > > Signed-off-by: J. Bruce Fields <bfields-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> > > > --- > > > fs/dcache.c | 25 +------------------------ > > > 1 file changed, 1 insertion(+), 24 deletions(-) @@ -34,7 +34,7 @@ On Thu, Jan 16, 2014 at 04:15:42PM +0000, Steven Whitehouse wrote: > > Hm, I just noticed: > > > > commit 0d0d110720d7960b77c03c9f2597faaff4b484ae -> > Author: Miklos Szeredi <mszeredi@suse.cz> +> > Author: Miklos Szeredi <mszeredi-AlSwsSmVLrQ@public.gmane.org> > > Date: Mon Sep 16 14:52:00 2013 +0200 > > > > GFS2: d_splice_alias() can't return error @@ -44,9 +44,9 @@ On Thu, Jan 16, 2014 at 04:15:42PM +0000, Steven Whitehouse wrote: > > > > This paves the way for real fixes (hence the stable Cc). > > -> > Signed-off-by: Miklos Szeredi <mszeredi@suse.cz> -> > Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> -> > Cc: stable@vger.kernel.org +> > Signed-off-by: Miklos Szeredi <mszeredi-AlSwsSmVLrQ@public.gmane.org> +> > Signed-off-by: Steven Whitehouse <swhiteho-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +> > Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > > > > While the statement is true for the current implementation of > > d_splice_alias, I don't think it's actually true for any correct @@ -90,3 +90,8 @@ index 7119504..19e0924 100644 + } if (file && S_ISREG(inode->i_mode)) error = finish_open(file, dentry, gfs2_open_common, opened); + +-- +To unsubscribe from this list: send the line "unsubscribe linux-nfs" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 707c851..c64bfbe 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,15 +1,15 @@ "ref\020140115151749.GF23999@fieldses.org\0" "ref\020140116161015.GC16829@fieldses.org\0" "ref\01389888942.2779.34.camel@menhir\0" - "From\0J. Bruce Fields <bfields@fieldses.org>\0" + "From\0J. Bruce Fields <bfields-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org>\0" "Subject\0Re: [PATCH] dcache: fix d_splice_alias handling of aliases\0" "Date\0Thu, 16 Jan 2014 11:44:11 -0500\0" - "To\0Steven Whitehouse <swhiteho@redhat.com>\0" - "Cc\0Al Viro <viro@zeniv.linux.org.uk>" - linux-fsdevel@vger.kernel.org - linux-kernel@vger.kernel.org - linux-nfs@vger.kernel.org - " Miklos Szeredi <mszeredi@suse.cz>\0" + "To\0Steven Whitehouse <swhiteho-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" + "Cc\0Al Viro <viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org>" + linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " Miklos Szeredi <mszeredi-AlSwsSmVLrQ@public.gmane.org>\0" "\00:1\0" "b\0" "On Thu, Jan 16, 2014 at 04:15:42PM +0000, Steven Whitehouse wrote:\n" @@ -17,7 +17,7 @@ "> \n" "> On Thu, 2014-01-16 at 11:10 -0500, J. Bruce Fields wrote:\n" "> > On Wed, Jan 15, 2014 at 10:17:49AM -0500, bfields wrote:\n" - "> > > From: \"J. Bruce Fields\" <bfields@redhat.com>\n" + "> > > From: \"J. Bruce Fields\" <bfields-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" "> > > \n" "> > > d_splice_alias can create duplicate directory aliases (in the !new\n" "> > > case), or (in the new case) d_move without holding appropriate locks.\n" @@ -27,7 +27,7 @@ "> > > could cause spurious lookup failures--but that's at least better than\n" "> > > corrupting the dcache.)\n" "> > > \n" - "> > > Signed-off-by: J. Bruce Fields <bfields@redhat.com>\n" + "> > > Signed-off-by: J. Bruce Fields <bfields-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" "> > > ---\n" "> > > fs/dcache.c | 25 +------------------------\n" "> > > 1 file changed, 1 insertion(+), 24 deletions(-)\n" @@ -48,7 +48,7 @@ "> > Hm, I just noticed:\n" "> > \n" "> > commit 0d0d110720d7960b77c03c9f2597faaff4b484ae\n" - "> > Author: Miklos Szeredi <mszeredi@suse.cz>\n" + "> > Author: Miklos Szeredi <mszeredi-AlSwsSmVLrQ@public.gmane.org>\n" "> > Date: Mon Sep 16 14:52:00 2013 +0200\n" "> > \n" "> > GFS2: d_splice_alias() can't return error\n" @@ -58,9 +58,9 @@ "> > \n" "> > This paves the way for real fixes (hence the stable Cc).\n" "> > \n" - "> > Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>\n" - "> > Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>\n" - "> > Cc: stable@vger.kernel.org\n" + "> > Signed-off-by: Miklos Szeredi <mszeredi-AlSwsSmVLrQ@public.gmane.org>\n" + "> > Signed-off-by: Steven Whitehouse <swhiteho-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + "> > Cc: stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" "> > \n" "> > While the statement is true for the current implementation of\n" "> > d_splice_alias, I don't think it's actually true for any correct\n" @@ -103,6 +103,11 @@ "+\t\treturn ERR_PTR(error);\n" "+\t}\n" " \tif (file && S_ISREG(inode->i_mode))\n" - " \t\terror = finish_open(file, dentry, gfs2_open_common, opened);" + " \t\terror = finish_open(file, dentry, gfs2_open_common, opened);\n" + " \n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-nfs\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -39737bc92216915879f140394d17cf4111517fa500a2a04c8b09f12ed0029223 +f90f9d3d0ea0c155061232e2d2846a9cefb906940ebd0675a5597c9344f311e3
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.