All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100504115759.266396633@emlix.com>

diff --git a/a/1.txt b/N1/1.txt
index 52d40ed..3025b8d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ f300bab "nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel"
 introduced an error case branch that lacks an actual `return' keyword
 before the return value.  Add it.
 
-Signed-off-by: Johannes Weiner <jw-QdrG9jWwCLEAvxtiuMwx3w@public.gmane.org>
+Signed-off-by: Johannes Weiner <jw@emlix.com>
 Cc: Alexandros Batsakis <batsakis@netapp.com>
 ---
  net/sunrpc/xprtsock.c |    2 +-
diff --git a/a/content_digest b/N1/content_digest
index 767b3f9..72ebb9b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,4 +1,4 @@
- "From\0Johannes Weiner <jw-QdrG9jWwCLEAvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Johannes Weiner <jw@emlix.com>\0"
  "Subject\0[patch] sunrpc: add missing return statement\0"
  "Date\0Tue, 4 May 2010 13:59:57 +0200\0"
  "To\0David S. Miller <davem@davemloft.net>\0"
@@ -12,7 +12,7 @@
  "introduced an error case branch that lacks an actual `return' keyword\n"
  "before the return value.  Add it.\n"
  "\n"
- "Signed-off-by: Johannes Weiner <jw-QdrG9jWwCLEAvxtiuMwx3w@public.gmane.org>\n"
+ "Signed-off-by: Johannes Weiner <jw@emlix.com>\n"
  "Cc: Alexandros Batsakis <batsakis@netapp.com>\n"
  "---\n"
  " net/sunrpc/xprtsock.c |    2 +-\n"
@@ -30,4 +30,4 @@
  " \txprt = xs_setup_xprt(args, xprt_tcp_slot_table_entries);\n"
  " \tif (IS_ERR(xprt))"
 
-acb42712d7eebce29af5fa1dd524f67cb5ef307b305875355c1e11c2b11b4172
+65c993136409298f910971b20a17d46112ad8f514583b08462b5ebfb94ea6d43

diff --git a/a/1.txt b/N2/1.txt
index 52d40ed..908b9ee 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,7 +3,7 @@ introduced an error case branch that lacks an actual `return' keyword
 before the return value.  Add it.
 
 Signed-off-by: Johannes Weiner <jw-QdrG9jWwCLEAvxtiuMwx3w@public.gmane.org>
-Cc: Alexandros Batsakis <batsakis@netapp.com>
+Cc: Alexandros Batsakis <batsakis-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>
 ---
  net/sunrpc/xprtsock.c |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
@@ -19,3 +19,7 @@ Cc: Alexandros Batsakis <batsakis@netapp.com>
  
  	xprt = xs_setup_xprt(args, xprt_tcp_slot_table_entries);
  	if (IS_ERR(xprt))
+--
+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/N2/content_digest
index 767b3f9..7531b0d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,11 +1,11 @@
  "From\0Johannes Weiner <jw-QdrG9jWwCLEAvxtiuMwx3w@public.gmane.org>\0"
  "Subject\0[patch] sunrpc: add missing return statement\0"
  "Date\0Tue, 4 May 2010 13:59:57 +0200\0"
- "To\0David S. Miller <davem@davemloft.net>\0"
- "Cc\0Alexandros Batsakis <batsakis@netapp.com>"
-  linux-nfs@vger.kernel.org
-  netdev@vger.kernel.org
- " linux-kernel@vger.kernel.org\0"
+ "To\0David S. Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>\0"
+ "Cc\0Alexandros Batsakis <batsakis-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>"
+  linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "f300bab \"nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel\"\n"
@@ -13,7 +13,7 @@
  "before the return value.  Add it.\n"
  "\n"
  "Signed-off-by: Johannes Weiner <jw-QdrG9jWwCLEAvxtiuMwx3w@public.gmane.org>\n"
- "Cc: Alexandros Batsakis <batsakis@netapp.com>\n"
+ "Cc: Alexandros Batsakis <batsakis-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org>\n"
  "---\n"
  " net/sunrpc/xprtsock.c |    2 +-\n"
  " 1 file changed, 1 insertion(+), 1 deletion(-)\n"
@@ -28,6 +28,10 @@
  "+\t\treturn ERR_PTR(-EINVAL);\n"
  " \n"
  " \txprt = xs_setup_xprt(args, xprt_tcp_slot_table_entries);\n"
- " \tif (IS_ERR(xprt))"
+ " \tif (IS_ERR(xprt))\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
 
-acb42712d7eebce29af5fa1dd524f67cb5ef307b305875355c1e11c2b11b4172
+7a13f795b43c0a722b5f565800c7c564e3b90d860c7401be6879819323a0c2e6

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.