From: Tejun Heo Date: Tue, 11 Jan 2011 14:58:49 +0000 (+0100) Subject: workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop X-Git-Tag: v2.6.38-rc2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42c025f3de9042d9c9abd9a6f6205d1a0f4bcadf;p=pandora-kernel.git workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop 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 Cc: Hillf Danton Cc: Andrew Morton --- Reading git-diff-tree failed