All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20110727110249.204979.58769.stgit@localhost.localdomain>

diff --git a/a/1.txt b/N1/1.txt
index f393008..9429367 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-From: Fan Yong <yong.fan-KloliPT79xf2eFz/2MeuCQ@public.gmane.org>
+From: Fan Yong <yong.fan@whamcloud.com>
 
 Traditionally ext2/3/4 has returned a 32-bit hash value from llseek()
 to appease NFSv2, which can only handle a 32-bit cookie for seekdir()
@@ -10,9 +10,9 @@ Allow ext4 to return a full 64-bit hash (both major and minor) for
 telldir to decrease the chance of hash collisions.  This still needs
 integration on the NFS side.
 
-Signed-off-by: Fan Yong <yong.fan-KloliPT79xf2eFz/2MeuCQ@public.gmane.org>
-Signed-off-by: Andreas Dilger <adilger-KloliPT79xf2eFz/2MeuCQ@public.gmane.org>
-Signed-off-by: Bernd Schubert <bernd.schubert-mPn0NPGs4xGatNDF+KUbs4QuADTiUCJX@public.gmane.org>
+Signed-off-by: Fan Yong <yong.fan@whamcloud.com>
+Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
+Signed-off-by: Bernd Schubert <bernd.schubert@itwm.fraunhofer.de>
 ---
  fs/ext4/dir.c               |  160 ++++++++++++++++++++++++++++++++++---------
  fs/fcntl.c                  |    5 +
@@ -288,8 +288,3 @@ index 84793c7..a40e1d5 100644
  #define F_DUPFD		0	/* dup */
  #define F_GETFD		1	/* get close_on_exec */
  #define F_SETFD		2	/* set/clear close_on_exec */
-
---
-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 51dfcc2..6be9545 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,17 +1,16 @@
  "ref\020110727110148.204979.49551.stgit@localhost.localdomain\0"
- "ref\020110727110148.204979.49551.stgit-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org\0"
- "From\0Bernd Schubert <bernd.schubert-mPn0NPGs4xGatNDF+KUbs4QuADTiUCJX@public.gmane.org>\0"
+ "From\0Bernd Schubert <bernd.schubert@itwm.fraunhofer.de>\0"
  "Subject\0[PATCH 1/3] Return 32/64-bit dir name hash according to usage type\0"
  "Date\0Wed, 27 Jul 2011 13:02:49 +0200\0"
- "To\0linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
- " linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
-  yong.fan-KloliPT79xf2eFz/2MeuCQ@public.gmane.org
-  adilger-KloliPT79xf2eFz/2MeuCQ@public.gmane.org
- " tytso-3s7WtUTddSA@public.gmane.org\0"
+ "To\0linux-nfs@vger.kernel.org"
+ " linux-ext4@vger.kernel.org\0"
+ "Cc\0linux-fsdevel@vger.kernel.org"
+  yong.fan@whamcloud.com
+  adilger@whamcloud.com
+ " tytso@mit.edu\0"
  "\00:1\0"
  "b\0"
- "From: Fan Yong <yong.fan-KloliPT79xf2eFz/2MeuCQ@public.gmane.org>\n"
+ "From: Fan Yong <yong.fan@whamcloud.com>\n"
  "\n"
  "Traditionally ext2/3/4 has returned a 32-bit hash value from llseek()\n"
  "to appease NFSv2, which can only handle a 32-bit cookie for seekdir()\n"
@@ -23,9 +22,9 @@
  "telldir to decrease the chance of hash collisions.  This still needs\n"
  "integration on the NFS side.\n"
  "\n"
- "Signed-off-by: Fan Yong <yong.fan-KloliPT79xf2eFz/2MeuCQ@public.gmane.org>\n"
- "Signed-off-by: Andreas Dilger <adilger-KloliPT79xf2eFz/2MeuCQ@public.gmane.org>\n"
- "Signed-off-by: Bernd Schubert <bernd.schubert-mPn0NPGs4xGatNDF+KUbs4QuADTiUCJX@public.gmane.org>\n"
+ "Signed-off-by: Fan Yong <yong.fan@whamcloud.com>\n"
+ "Signed-off-by: Andreas Dilger <adilger@whamcloud.com>\n"
+ "Signed-off-by: Bernd Schubert <bernd.schubert@itwm.fraunhofer.de>\n"
  "---\n"
  " fs/ext4/dir.c               |  160 ++++++++++++++++++++++++++++++++++---------\n"
  " fs/fcntl.c                  |    5 +\n"
@@ -300,11 +299,6 @@
  "+\n"
  " #define F_DUPFD\t\t0\t/* dup */\n"
  " #define F_GETFD\t\t1\t/* get close_on_exec */\n"
- " #define F_SETFD\t\t2\t/* set/clear close_on_exec */\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
+ " #define F_SETFD\t\t2\t/* set/clear close_on_exec */"
 
-f33ecc1c792cd7398f0a48906d7a9272dc23337dc316524b0d9e1a69823e8d20
+e0d59decef55063b423d60d2d2ef9b4563030dbbb57faec967173726789e4c30

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.