diff for duplicates of <20100812071431.GF645@bicker> diff --git a/a/1.txt b/N1/1.txt index 8de8c0a..cf37d10 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ On Thu, Aug 12, 2010 at 07:46:13AM +0200, Julia Lawall wrote: > > lock = NULL; > list_for_each_entry(x, tmpq, list) { -> if (x->ml.cookie = ml->cookie) { +> if (x->ml.cookie == ml->cookie) { > lock = x; > break; > } diff --git a/a/content_digest b/N1/content_digest index 8faaae4..c0d6a57 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,8 +2,8 @@ "ref\020100812000355.GA7195@mail.oracle.com\0" "ref\0Pine.LNX.4.64.1008120735200.16027@ask.diku.dk\0" "From\0Dan Carpenter <error27@gmail.com>\0" - "Subject\0Re: [PATCH 1/2] fs/ocfs2/dlm: Eliminate update of\0" - "Date\0Thu, 12 Aug 2010 07:14:31 +0000\0" + "Subject\0[Ocfs2-devel] [PATCH 1/2] fs/ocfs2/dlm: Eliminate update of\tlist_for_each_entry loop cursor\0" + "Date\0Thu, 12 Aug 2010 09:14:31 +0200\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Joel Becker <Joel.Becker@oracle.com>" Mark Fasheh <mfasheh@suse.com> @@ -20,7 +20,7 @@ "> \n" "> lock = NULL;\n" "> list_for_each_entry(x, tmpq, list) {\n" - "> \tif (x->ml.cookie = ml->cookie) {\n" + "> \tif (x->ml.cookie == ml->cookie) {\n" "> \t \tlock = x;\n" "> \t\tbreak;\n" "> \t}\n" @@ -33,4 +33,4 @@ "regards,\n" dan carpenter -a222b952296fc29bc1acadc6b82447f36a96d59757d060e13d9fddd5f29ee56a +074f66f7460cde58107a36b406f3628c6fb560817b2a7d2145d644fec66d7a76
diff --git a/a/1.txt b/N2/1.txt index 8de8c0a..cf37d10 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,7 +5,7 @@ On Thu, Aug 12, 2010 at 07:46:13AM +0200, Julia Lawall wrote: > > lock = NULL; > list_for_each_entry(x, tmpq, list) { -> if (x->ml.cookie = ml->cookie) { +> if (x->ml.cookie == ml->cookie) { > lock = x; > break; > } diff --git a/a/content_digest b/N2/content_digest index 8faaae4..65db277 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,8 +2,8 @@ "ref\020100812000355.GA7195@mail.oracle.com\0" "ref\0Pine.LNX.4.64.1008120735200.16027@ask.diku.dk\0" "From\0Dan Carpenter <error27@gmail.com>\0" - "Subject\0Re: [PATCH 1/2] fs/ocfs2/dlm: Eliminate update of\0" - "Date\0Thu, 12 Aug 2010 07:14:31 +0000\0" + "Subject\0Re: [PATCH 1/2] fs/ocfs2/dlm: Eliminate update of list_for_each_entry loop cursor\0" + "Date\0Thu, 12 Aug 2010 09:14:31 +0200\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Joel Becker <Joel.Becker@oracle.com>" Mark Fasheh <mfasheh@suse.com> @@ -20,7 +20,7 @@ "> \n" "> lock = NULL;\n" "> list_for_each_entry(x, tmpq, list) {\n" - "> \tif (x->ml.cookie = ml->cookie) {\n" + "> \tif (x->ml.cookie == ml->cookie) {\n" "> \t \tlock = x;\n" "> \t\tbreak;\n" "> \t}\n" @@ -33,4 +33,4 @@ "regards,\n" dan carpenter -a222b952296fc29bc1acadc6b82447f36a96d59757d060e13d9fddd5f29ee56a +4ec31a6c0c34653783b43a6cfa9544ac0455d9d272d19150366aafe7842fa9ab
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.