diff for duplicates of <20945.1217434341@ocs10w> diff --git a/a/1.txt b/N1/1.txt index 851928b..da9246d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,8 @@ Andrew Morton (on Wed, 30 Jul 2008 02:43:29 -0700) 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 @@ -19,7 +20,7 @@ Andrew Morton (on Wed, 30 Jul 2008 02:43:29 -0700) 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 68cdf49..9a6b51f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,7 @@ "ref\020080730024329.404eccc3.akpm@linux-foundation.org\0" - "ref\020080729094718.GA5247@verge.net.au\0" "From\0Keith Owens <kaos@ocs.com.au>\0" "Subject\0Re: [patch] IA64: only call up() in salinfo_work_to_do() if down_trylock() was successful\0" - "Date\0Wed, 30 Jul 2008 16:12:21 +0000\0" + "Date\0Thu, 31 Jul 2008 02:12:21 +1000\0" "To\0Andrew Morton <akpm@linux-foundation.org>\0" "Cc\0Simon Horman <horms@verge.net.au>" linux-ia64@vger.kernel.org @@ -23,7 +22,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 +31,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" @@ -63,4 +63,4 @@ " * operation atomic.\n" */ -f09d17566b933d70e2d75796a7d82143bb2e217ae84180900662d25efde63ec3 +2a49ca78c4b07517167bb70d0b20b0b269f800bf4050c60caf9d0f1e468fe0da
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.