git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e159489
)
workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop
author
Tejun Heo
<tj@kernel.org>
Tue, 11 Jan 2011 14:58:49 +0000
(15:58 +0100)
committer
Tejun Heo
<tj@kernel.org>
Tue, 11 Jan 2011 15:03:14 +0000
(16:03 +0100)
The nested NOT_RUNNING test in worker_clr_flags() is slightly
misleading in that if NOT_RUNNING were a single flag the nested test
would be always %true and thus noop. Add a comment noting that the
test isn't a noop.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Hillf Danton <dhillf@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
kernel/workqueue.c
patch
|
blob
|
history
diff --cc
kernel/workqueue.c
Simple merge