All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20080730024329.404eccc3.akpm@linux-foundation.org>

diff --git a/a/1.txt b/N1/1.txt
index 793d98c..a2bcef9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,7 +10,8 @@ On Tue, 29 Jul 2008 23:07:45 +1000 Simon Horman <horms@verge.net.au> wrote:
 > > >Signed-off-by: Simon Horman <horms@verge.net.au>
 > > >
 > > >Index: linux-2.6/arch/ia64/kernel/salinfo.c
-> > >=================================> > >--- linux-2.6.orig/arch/ia64/kernel/salinfo.c	2008-07-29 19:06:33.000000000 +1000
+> > >===================================================================
+> > >--- linux-2.6.orig/arch/ia64/kernel/salinfo.c	2008-07-29 19:06:33.000000000 +1000
 > > >+++ linux-2.6/arch/ia64/kernel/salinfo.c	2008-07-29 19:40:02.000000000 +1000
 > > >@@ -192,8 +192,8 @@ struct salinfo_platform_oemdata_parms {
 > > > static void
@@ -18,7 +19,7 @@ On Tue, 29 Jul 2008 23:07:45 +1000 Simon Horman <horms@verge.net.au> wrote:
 > > > {
 > > >-	down_trylock(&data->mutex);
 > > >-	up(&data->mutex);
-> > >+	if (down_trylock(&data->mutex) = 0)
+> > >+	if (down_trylock(&data->mutex) == 0)
 > > >+		up(&data->mutex);
 > > > }
 > > > 
diff --git a/a/content_digest b/N1/content_digest
index 4d745ac..562176c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,8 +2,8 @@
  "ref\01163.1217335629@ocs10w\0"
  "ref\020080729130742.GA20158@verge.net.au\0"
  "From\0Andrew Morton <akpm@linux-foundation.org>\0"
- "Subject\0Re: [patch] IA64: only call up() in salinfo_work_to_do() if\0"
- "Date\0Wed, 30 Jul 2008 09:43:29 +0000\0"
+ "Subject\0Re: [patch] IA64: only call up() in salinfo_work_to_do() if down_trylock() was successful\0"
+ "Date\0Wed, 30 Jul 2008 02:43:29 -0700\0"
  "To\0Simon Horman <horms@verge.net.au>\0"
  "Cc\0Keith Owens <kaos@ocs.com.au>"
   linux-ia64@vger.kernel.org
@@ -23,7 +23,8 @@
  "> > >Signed-off-by: Simon Horman <horms@verge.net.au>\n"
  "> > >\n"
  "> > >Index: linux-2.6/arch/ia64/kernel/salinfo.c\n"
- "> > >=================================> > >--- linux-2.6.orig/arch/ia64/kernel/salinfo.c\t2008-07-29 19:06:33.000000000 +1000\n"
+ "> > >===================================================================\n"
+ "> > >--- linux-2.6.orig/arch/ia64/kernel/salinfo.c\t2008-07-29 19:06:33.000000000 +1000\n"
  "> > >+++ linux-2.6/arch/ia64/kernel/salinfo.c\t2008-07-29 19:40:02.000000000 +1000\n"
  "> > >@@ -192,8 +192,8 @@ struct salinfo_platform_oemdata_parms {\n"
  "> > > static void\n"
@@ -31,7 +32,7 @@
  "> > > {\n"
  "> > >-\tdown_trylock(&data->mutex);\n"
  "> > >-\tup(&data->mutex);\n"
- "> > >+\tif (down_trylock(&data->mutex) = 0)\n"
+ "> > >+\tif (down_trylock(&data->mutex) == 0)\n"
  "> > >+\t\tup(&data->mutex);\n"
  "> > > }\n"
  "> > > \n"
@@ -52,4 +53,4 @@
  "\n"
  For gawd's sake add a comment there too.
 
-c9d20edf15195568b71c49bae6ab5335b81f1550f78d37129b552a08173b96d7
+0f1d3cda64aea3cf5d4a9941714c6cda0925d725794518507581fb496224a8a8

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.