aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cdrom
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2012-08-20 14:51:23 -0700
committerTejun Heo <tj@kernel.org>2012-08-20 14:51:23 -0700
commit606a5020b9bdceb20b4f43e11db0054afa349028 (patch)
treed5f65b7a94cd4c5987979a814178cc92cf4508d9 /drivers/cdrom
parentworkqueue: make all workqueues non-reentrant (diff)
downloadwireguard-linux-606a5020b9bdceb20b4f43e11db0054afa349028.tar.xz
wireguard-linux-606a5020b9bdceb20b4f43e11db0054afa349028.zip
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 <tj@kernel.org>
Diffstat (limited to 'drivers/cdrom')
0 files changed, 0 insertions, 0 deletions