diff for duplicates of <20120831153206.GA28908@NICK2> diff --git a/a/1.txt b/N1/1.txt index 8b0e234..724e314 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ On Fri, Aug 31, 2012 at 12:00:26PM +0400, Pavel Shilovsky wrote: -> 2012/8/31 Nick Pasich <Nick-6YHVhJieVCJZujV+MdCcmQ@public.gmane.org>: +> 2012/8/31 Nick Pasich <Nick@nickandbarb.net>: > > Jeff, > > > > I applied this patch to Kernel 3.5.3 from Pavel and the @@ -12,13 +12,13 @@ On Fri, Aug 31, 2012 at 12:00:26PM +0400, Pavel Shilovsky wrote: > > ########################################################## > > > > From df2d6b1fbf2401c5ee04f2ac143ea0954e3a87a6 Mon Sep 17 00:00:00 2001 -> > From: Pavel Shilovsky <pshilovsky-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org> +> > From: Pavel Shilovsky <pshilovsky@samba.org> > > Date: Fri, 13 Jul 2012 11:59:45 +0400 > > Subject: [PATCH] CIFS: Protect i_nlink from being negative > > > > that can cause warning messages. > > -> > Signed-off-by: Pavel Shilovsky <pshilovsky-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org> +> > Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> > > --- > > fs/cifs/inode.c | 13 +++++++++++-- > > 1 files changed, 11 insertions(+), 2 deletions(-) @@ -66,7 +66,7 @@ On Fri, Aug 31, 2012 at 12:00:26PM +0400, Pavel Shilovsky wrote: > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-cifs" in -> > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +> > the body of a message to majordomo@vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > This one fixes only a part of the problem. Now we have another patch @@ -95,7 +95,7 @@ Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From b7ca69289680cf631fb20b7d436467c4ec1153cd Mon Sep 17 00:00:00 2001 -|From: Steve French <smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> +|From: Steve French <smfrench@gmail.com> |Date: Fri, 3 Aug 2012 08:43:01 -0500 |Subject: [PATCH 1/1] CIFS: Protect i_nlink from being negative | @@ -105,10 +105,10 @@ The text leading up to this was: |additional places where nlink is touched was |suggested by Jeff Layton and is included in this. | -|Reviewed-by: Pavel Shilovsky <pshilovsky-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org> -|Reviewed-by: Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> -|Signed-off-by: Steve French <sfrench-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org> -|Signed-off-by: Steve French <smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> +|Reviewed-by: Pavel Shilovsky <pshilovsky@samba.org> +|Reviewed-by: Jeff Layton <jlayton@redhat.com> +|Signed-off-by: Steve French <sfrench@us.ibm.com> +|Signed-off-by: Steve French <smfrench@gmail.com> |--- | fs/cifs/inode.c | 24 ++++++++++++++++-------- | fs/cifs/link.c | 2 ++ diff --git a/a/content_digest b/N1/content_digest index 6811f4e..909f5ea 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,19 +2,18 @@ "ref\020120829151641.20cde4bc@corrin.poochiereds.net\0" "ref\020120831043352.GA23663@NickAndBarb.net\0" "ref\0CAKywueSY+NOV3irDm9YxepeCyJJhh82o2mgmDLogr+hJPbaYig@mail.gmail.com\0" - "ref\0CAKywueSY+NOV3irDm9YxepeCyJJhh82o2mgmDLogr+hJPbaYig-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" - "From\0Nick Pasich <Nick-zjzomy8DwGtZujV+MdCcmQ@public.gmane.org>\0" + "From\0Nick Pasich <Nick@nickandbarb.net>\0" "Subject\0Re: WARNING: at fs/inode.c:280 drop_nlink+0x31/0x33()\0" "Date\0Fri, 31 Aug 2012 08:32:06 -0700\0" - "To\0Pavel Shilovsky <piastryyy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Cc\0Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>" - linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Pavel Shilovsky <piastryyy@gmail.com>\0" + "Cc\0Jeff Layton <jlayton@redhat.com>" + linux-cifs@vger.kernel.org + linux-nfs@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Fri, Aug 31, 2012 at 12:00:26PM +0400, Pavel Shilovsky wrote:\n" - "> 2012/8/31 Nick Pasich <Nick-6YHVhJieVCJZujV+MdCcmQ@public.gmane.org>:\n" + "> 2012/8/31 Nick Pasich <Nick@nickandbarb.net>:\n" "> > Jeff,\n" "> >\n" "> > I applied this patch to Kernel 3.5.3 from Pavel and the\n" @@ -27,13 +26,13 @@ "> > ##########################################################\n" "> >\n" "> > From df2d6b1fbf2401c5ee04f2ac143ea0954e3a87a6 Mon Sep 17 00:00:00 2001\n" - "> > From: Pavel Shilovsky <pshilovsky-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>\n" + "> > From: Pavel Shilovsky <pshilovsky@samba.org>\n" "> > Date: Fri, 13 Jul 2012 11:59:45 +0400\n" "> > Subject: [PATCH] CIFS: Protect i_nlink from being negative\n" "> >\n" "> > that can cause warning messages.\n" "> >\n" - "> > Signed-off-by: Pavel Shilovsky <pshilovsky-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>\n" + "> > Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>\n" "> > ---\n" "> > fs/cifs/inode.c | 13 +++++++++++--\n" "> > 1 files changed, 11 insertions(+), 2 deletions(-)\n" @@ -81,7 +80,7 @@ "> >\n" "> > --\n" "> > To unsubscribe from this list: send the line \"unsubscribe linux-cifs\" in\n" - "> > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + "> > the body of a message to majordomo@vger.kernel.org\n" "> > More majordomo info at http://vger.kernel.org/majordomo-info.html\n" "> \n" "> This one fixes only a part of the problem. Now we have another patch\n" @@ -110,7 +109,7 @@ "The text leading up to this was:\n" "--------------------------\n" "|From b7ca69289680cf631fb20b7d436467c4ec1153cd Mon Sep 17 00:00:00 2001\n" - "|From: Steve French <smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" + "|From: Steve French <smfrench@gmail.com>\n" "|Date: Fri, 3 Aug 2012 08:43:01 -0500\n" "|Subject: [PATCH 1/1] CIFS: Protect i_nlink from being negative\n" "|\n" @@ -120,10 +119,10 @@ "|additional places where nlink is touched was\n" "|suggested by Jeff Layton and is included in this.\n" "|\n" - "|Reviewed-by: Pavel Shilovsky <pshilovsky-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>\n" - "|Reviewed-by: Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" - "|Signed-off-by: Steve French <sfrench-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n" - "|Signed-off-by: Steve French <smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" + "|Reviewed-by: Pavel Shilovsky <pshilovsky@samba.org>\n" + "|Reviewed-by: Jeff Layton <jlayton@redhat.com>\n" + "|Signed-off-by: Steve French <sfrench@us.ibm.com>\n" + "|Signed-off-by: Steve French <smfrench@gmail.com>\n" "|---\n" "| fs/cifs/inode.c | 24 ++++++++++++++++--------\n" "| fs/cifs/link.c | 2 ++\n" @@ -156,4 +155,4 @@ "Hmm... Ignoring the trailing garbage.\n" done -688e6c587530a6800f4a40a7f20edbdcf01b5c2938c8d208f23864786b83940a +3b8faf2d2720850ea5278a43c80f3a1cae611ed4e4fe958796a797368622ccf9
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.