From: Ingo Molnar Date: Mon, 18 Dec 2006 19:05:09 +0000 (+0100) Subject: [PATCH] workqueue: fix schedule_on_each_cpu() X-Git-Tag: v2.6.20-rc2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bfb18392ef586467277fa25d8f3a7a93611f6df;p=pandora-kernel.git [PATCH] workqueue: fix schedule_on_each_cpu() fix the schedule_on_each_cpu() implementation: __queue_work() is now stricter, hence set the work-pending bit before passing in the new work. (found in the -rt tree, using Peter Zijlstra's files-lock scalability patchset) Signed-off-by: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed