diff for duplicates of <20100121105311.GB5017@nowhere> diff --git a/a/1.txt b/N1/1.txt index b692c47..68795b0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ On Thu, Jan 21, 2010 at 11:47:41AM +0100, Julia Lawall wrote: > req = state->completed; > if (req != NULL) > state->completed = req->next; -> else if (atomic_read(&state->n_pending) = 0) +> else if (atomic_read(&state->n_pending) == 0) > ret = -EIO; > if (req != NULL || ret != 0) > break; diff --git a/a/content_digest b/N1/content_digest index 472b29b..b14a596 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\0Pine.LNX.4.64.1001211145480.13529@ask.diku.dk\0" "From\0Frederic Weisbecker <fweisbec@gmail.com>\0" "Subject\0Re: Lots of bugs with current->state = TASK_*INTERRUPTIBLE\0" - "Date\0Thu, 21 Jan 2010 10:53:14 +0000\0" + "Date\0Thu, 21 Jan 2010 11:53:14 +0100\0" "To\0Julia Lawall <julia@diku.dk>\0" "Cc\0Steven Rostedt <rostedt@goodmis.org>" LKML <linux-kernel@vger.kernel.org> @@ -26,7 +26,7 @@ "> \t req = state->completed;\n" "> if (req != NULL)\n" "> state->completed = req->next;\n" - "> else if (atomic_read(&state->n_pending) = 0)\n" + "> else if (atomic_read(&state->n_pending) == 0)\n" "> ret = -EIO;\n" "> \t\tif (req != NULL || ret != 0)\n" "> \t\t\tbreak;\n" @@ -54,4 +54,4 @@ "\n" Looks fine as spin_unlock includes a memory barrier, IIRC. -d3362653d2950e080bfbce8e5f5643969f37661f421bf9b42aa649c66c7d533a +bd949c0acae74739b4766f3836fe851257b6bf4f1e54dd416b7ef434ae70e73d
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.