All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20090402062952.GA24846@Krystal>

diff --git a/a/1.txt b/N1/1.txt
index 9297891..f641739 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-* Suresh Jayaraman (sjayaraman-l3A5Bk7waGM@public.gmane.org) wrote:
+* Suresh Jayaraman (sjayaraman@suse.de) wrote:
 > This patch attempts to add splice writes support. In essence, it just
 > calls generic_file_splice_write() after doing a little sanity check.
 > This would allow LTTng users that are using NFS to store trace data.
@@ -57,7 +57,7 @@ Mathieu
 > Compile with -D _GNU_SOURCE and do something like:
 > 	echo "some stuff" | ./splice-out <outfile>
 > 
-> Signed-off-by: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
+> Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
 > ---
 >  fs/nfs/file.c |   24 ++++++++++++++++++++++++
 >  1 files changed, 24 insertions(+), 0 deletions(-)
@@ -116,7 +116,3 @@ Mathieu
 -- 
 Mathieu Desnoyers
 OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68
---
-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 3fe90c4..d941535 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,16 @@
  "ref\049D45974.2060202@suse.de\0"
- "ref\049D45974.2060202-l3A5Bk7waGM@public.gmane.org\0"
  "From\0Mathieu Desnoyers <compudj-vdFpqfd5riKZ9vWoFJJngh2eb7JE58TQ@public.gmane.org>\0"
  "Subject\0Re: [PATCH] nfs: add support for splice writes\0"
  "Date\0Thu, 2 Apr 2009 02:29:53 -0400\0"
- "To\0Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>\0"
- "Cc\0Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org"
-  linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-embedded-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+ "To\0Suresh Jayaraman <sjayaraman@suse.de>\0"
+ "Cc\0Trond.Myklebust@netapp.com"
+  linux-nfs@vger.kernel.org
+  linux-embedded@vger.kernel.org
+  LKML <linux-kernel@vger.kernel.org>
  " ltt-dev-33AaDErTWvBVxDZ2/Zk0YoryAYyacSEB@public.gmane.org\0"
  "\00:1\0"
  "b\0"
- "* Suresh Jayaraman (sjayaraman-l3A5Bk7waGM@public.gmane.org) wrote:\n"
+ "* Suresh Jayaraman (sjayaraman@suse.de) wrote:\n"
  "> This patch attempts to add splice writes support. In essence, it just\n"
  "> calls generic_file_splice_write() after doing a little sanity check.\n"
  "> This would allow LTTng users that are using NFS to store trace data.\n"
@@ -70,7 +69,7 @@
  "> Compile with -D _GNU_SOURCE and do something like:\n"
  "> \techo \"some stuff\" | ./splice-out <outfile>\n"
  "> \n"
- "> Signed-off-by: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>\n"
+ "> Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>\n"
  "> ---\n"
  ">  fs/nfs/file.c |   24 ++++++++++++++++++++++++\n"
  ">  1 files changed, 24 insertions(+), 0 deletions(-)\n"
@@ -128,10 +127,6 @@
  "\n"
  "-- \n"
  "Mathieu Desnoyers\n"
- "OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68\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
+ OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68
 
-b6b82ce7a890f0fe9d2d349d1a3eadef95578ad2be5e162a008daa714ef8eb6a
+b269927098a1a60df6aeb2d0f02455f5c1d2e50ce915ad7b140f3c462c63db89

diff --git a/a/1.txt b/N2/1.txt
index 9297891..f641739 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,4 +1,4 @@
-* Suresh Jayaraman (sjayaraman-l3A5Bk7waGM@public.gmane.org) wrote:
+* Suresh Jayaraman (sjayaraman@suse.de) wrote:
 > This patch attempts to add splice writes support. In essence, it just
 > calls generic_file_splice_write() after doing a little sanity check.
 > This would allow LTTng users that are using NFS to store trace data.
@@ -57,7 +57,7 @@ Mathieu
 > Compile with -D _GNU_SOURCE and do something like:
 > 	echo "some stuff" | ./splice-out <outfile>
 > 
-> Signed-off-by: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
+> Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
 > ---
 >  fs/nfs/file.c |   24 ++++++++++++++++++++++++
 >  1 files changed, 24 insertions(+), 0 deletions(-)
@@ -116,7 +116,3 @@ Mathieu
 -- 
 Mathieu Desnoyers
 OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68
---
-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 3fe90c4..d809d98 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,17 +1,16 @@
  "ref\049D45974.2060202@suse.de\0"
- "ref\049D45974.2060202-l3A5Bk7waGM@public.gmane.org\0"
- "From\0Mathieu Desnoyers <compudj-vdFpqfd5riKZ9vWoFJJngh2eb7JE58TQ@public.gmane.org>\0"
+ "From\0Mathieu Desnoyers <compudj@krystal.dyndns.org>\0"
  "Subject\0Re: [PATCH] nfs: add support for splice writes\0"
  "Date\0Thu, 2 Apr 2009 02:29:53 -0400\0"
- "To\0Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>\0"
- "Cc\0Trond.Myklebust-HgOvQuBEEgTQT0dZR+AlfA@public.gmane.org"
-  linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-embedded-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " ltt-dev-33AaDErTWvBVxDZ2/Zk0YoryAYyacSEB@public.gmane.org\0"
+ "To\0Suresh Jayaraman <sjayaraman@suse.de>\0"
+ "Cc\0Trond.Myklebust@netapp.com"
+  linux-nfs@vger.kernel.org
+  linux-embedded@vger.kernel.org
+  LKML <linux-kernel@vger.kernel.org>
+ " ltt-dev@lists.casi.polymtl.ca\0"
  "\00:1\0"
  "b\0"
- "* Suresh Jayaraman (sjayaraman-l3A5Bk7waGM@public.gmane.org) wrote:\n"
+ "* Suresh Jayaraman (sjayaraman@suse.de) wrote:\n"
  "> This patch attempts to add splice writes support. In essence, it just\n"
  "> calls generic_file_splice_write() after doing a little sanity check.\n"
  "> This would allow LTTng users that are using NFS to store trace data.\n"
@@ -70,7 +69,7 @@
  "> Compile with -D _GNU_SOURCE and do something like:\n"
  "> \techo \"some stuff\" | ./splice-out <outfile>\n"
  "> \n"
- "> Signed-off-by: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>\n"
+ "> Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>\n"
  "> ---\n"
  ">  fs/nfs/file.c |   24 ++++++++++++++++++++++++\n"
  ">  1 files changed, 24 insertions(+), 0 deletions(-)\n"
@@ -128,10 +127,6 @@
  "\n"
  "-- \n"
  "Mathieu Desnoyers\n"
- "OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68\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
+ OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68
 
-b6b82ce7a890f0fe9d2d349d1a3eadef95578ad2be5e162a008daa714ef8eb6a
+14c995b988073fefe7170a84e21e4e334bd21e361a1624671981519d1e86bd02

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.