From: Tejun Heo Date: Mon, 20 Aug 2012 21:51:23 +0000 (-0700) Subject: workqueue: gut flush[_delayed]_work_sync() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606a5020b9bdceb20b4f43e11db0054afa349028;p=pandora-kernel.git workqueue: gut flush[_delayed]_work_sync() Now that all workqueues are non-reentrant, flush[_delayed]_work_sync() are equivalent to flush[_delayed]_work(). Drop the separate implementation and make them thin wrappers around flush[_delayed]_work(). * start_flush_work() no longer takes @wait_executing as the only left user - flush_work() - always sets it to %true. * __cancel_work_timer() uses flush_work() instead of wait_on_work(). Signed-off-by: Tejun Heo --- Reading git-diff-tree failed