All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5163CB0D.1040000@parallels.com>

diff --git a/a/1.txt b/N1/1.txt
index 2cba6f0..6d3ccd2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,14 +4,14 @@ On 04/09/2013 03:26 AM, Dave Chinner wrote:
 >>> On Thu, Apr 04, 2013 at 06:09:31PM -0700, Greg Thelen wrote:
 >>>> On Fri, Mar 29 2013, Glauber Costa wrote:
 >>>>
->>>>> From: Dave Chinner <dchinner-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
+>>>>> From: Dave Chinner <dchinner@redhat.com>
 >>>>>
 >>>>> Before we split up the dcache_lru_lock, the unused dentry counter
 >>>>> needs to be made independent of the global dcache_lru_lock. Convert
 >>>>> it to per-cpu counters to do this.
 >>>>>
->>>>> Signed-off-by: Dave Chinner <dchinner-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
->>>>> Reviewed-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
+>>>>> Signed-off-by: Dave Chinner <dchinner@redhat.com>
+>>>>> Reviewed-by: Christoph Hellwig <hch@lst.de>
 >>>>> ---
 >>>>>  fs/dcache.c | 17 ++++++++++++++---
 >>>>>  1 file changed, 14 insertions(+), 3 deletions(-)
@@ -112,3 +112,9 @@ for a better percpu counter ? (not that I have the time for it...)
 Well, in this case I can revert that.
 My main concern is us being caught by overflows and stuff like that. But
 I trust the "it's working for x years" more than my eyes.
+
+--
+To unsubscribe, send a message with 'unsubscribe linux-mm' in
+the body to majordomo@kvack.org.  For more info on Linux MM,
+see: http://www.linux-mm.org/ .
+Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N1/content_digest
index 408f751..beb21b3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -4,18 +4,21 @@
  "ref\020130405011506.GG12011@dastard\0"
  "ref\051628A88.2090002@parallels.com\0"
  "ref\020130408232620.GC17758@dastard\0"
- "From\0Glauber Costa <glommer-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>\0"
+ "From\0Glauber Costa <glommer@parallels.com>\0"
  "Subject\0Re: [PATCH v2 03/28] dcache: convert dentry_stat.nr_unused to per-cpu counters\0"
  "Date\0Tue, 9 Apr 2013 12:02:21 +0400\0"
- "To\0Dave Chinner <david-FqsqvQoI3Ljby3iVrkZq2A@public.gmane.org>\0"
- "Cc\0containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org"
-  Dave Chinner <dchinner-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
-  hughd-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org
-  Michal Hocko <mhocko-AlSwsSmVLrQ@public.gmane.org>
-  linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org
-  Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>
-  linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>\0"
+ "To\0Dave Chinner <david@fromorbit.com>\0"
+ "Cc\0Greg Thelen <gthelen@google.com>"
+  linux-mm@kvack.org
+  linux-fsdevel@vger.kernel.org
+  containers@lists.linux-foundation.org
+  Michal Hocko <mhocko@suse.cz>
+  Johannes Weiner <hannes@cmpxchg.org>
+  kamezawa.hiroyu@jp.fujitsu.com
+  Andrew Morton <akpm@linux-foundation.org>
+  hughd@google.com
+  yinghan@google.com
+ " Dave Chinner <dchinner@redhat.com>\0"
  "\00:1\0"
  "b\0"
  "On 04/09/2013 03:26 AM, Dave Chinner wrote:\n"
@@ -24,14 +27,14 @@
  ">>> On Thu, Apr 04, 2013 at 06:09:31PM -0700, Greg Thelen wrote:\n"
  ">>>> On Fri, Mar 29 2013, Glauber Costa wrote:\n"
  ">>>>\n"
- ">>>>> From: Dave Chinner <dchinner-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
+ ">>>>> From: Dave Chinner <dchinner@redhat.com>\n"
  ">>>>>\n"
  ">>>>> Before we split up the dcache_lru_lock, the unused dentry counter\n"
  ">>>>> needs to be made independent of the global dcache_lru_lock. Convert\n"
  ">>>>> it to per-cpu counters to do this.\n"
  ">>>>>\n"
- ">>>>> Signed-off-by: Dave Chinner <dchinner-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
- ">>>>> Reviewed-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\n"
+ ">>>>> Signed-off-by: Dave Chinner <dchinner@redhat.com>\n"
+ ">>>>> Reviewed-by: Christoph Hellwig <hch@lst.de>\n"
  ">>>>> ---\n"
  ">>>>>  fs/dcache.c | 17 ++++++++++++++---\n"
  ">>>>>  1 file changed, 14 insertions(+), 3 deletions(-)\n"
@@ -131,6 +134,12 @@
  "> \n"
  "Well, in this case I can revert that.\n"
  "My main concern is us being caught by overflows and stuff like that. But\n"
- "I trust the \"it's working for x years\" more than my eyes."
+ "I trust the \"it's working for x years\" more than my eyes.\n"
+ "\n"
+ "--\n"
+ "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
+ "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
+ "see: http://www.linux-mm.org/ .\n"
+ "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-20872626d34b956b4dadb4e758142ab44711e0b72d82f07fb1602fa3377ed9a4
+a9d16fd26801253e5c3f19e36984be7060dca8df234cc1a22a422feddcce410b

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.