diff for duplicates of <1235995282.9571.822.camel@quoit> diff --git a/a/1.txt b/N1/1.txt index db7ef4e..138a496 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -49,7 +49,7 @@ On Sat, 2009-02-21 at 02:11 +0100, Hannes Eder wrote: > @@ -201,7 +201,7 @@ u32 gfs2_bitfit(const u8 *buf, const unsigned int len, u32 goal, u8 state) > tmp = gfs2_bit_search(ptr, mask, state); > ptr++; -> while(tmp = 0 && ptr < end) { +> while(tmp == 0 && ptr < end) { > - tmp = gfs2_bit_search(ptr, 0x5555555555555555, state); > + tmp = gfs2_bit_search(ptr, 0x5555555555555555ULL, state); > ptr++; diff --git a/a/content_digest b/N1/content_digest index 302b1c2..25a2d07 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020090221011033.5075.95929.stgit@vmbox.hanneseder.net\0" "ref\020090221011125.5075.23703.stgit@vmbox.hanneseder.net\0" "From\0Steven Whitehouse <swhiteho@redhat.com>\0" - "Subject\0Re: [PATCH 1/2] GFS2: fix sparse warnings: constant is so big it\0" + "Subject\0Re: [PATCH 1/2] GFS2: fix sparse warnings: constant is so big it is ...\0" "Date\0Mon, 02 Mar 2009 12:01:22 +0000\0" "To\0Hannes Eder <hannes@hanneseder.net>\0" "Cc\0kernel-janitors@vger.kernel.org" @@ -59,7 +59,7 @@ "> @@ -201,7 +201,7 @@ u32 gfs2_bitfit(const u8 *buf, const unsigned int len, u32 goal, u8 state)\n" "> \ttmp = gfs2_bit_search(ptr, mask, state);\n" "> \tptr++;\n" - "> \twhile(tmp = 0 && ptr < end) {\n" + "> \twhile(tmp == 0 && ptr < end) {\n" "> -\t\ttmp = gfs2_bit_search(ptr, 0x5555555555555555, state);\n" "> +\t\ttmp = gfs2_bit_search(ptr, 0x5555555555555555ULL, state);\n" "> \t\tptr++;\n" @@ -67,4 +67,4 @@ "> \t/* Mask off any bits which are more than len bytes from the start */\n" > -406820d1432021192e8b953558b642e3d33b6605adeca6a99aeca3bda6d30fd5 +c2180c98feb6d947b798061925089931b778472f9331322f1e132dfe6fa4c02a
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.