]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
workqueue: gut system_nrt[_freezable]_wq()
authorTejun Heo <tj@kernel.org>
Mon, 20 Aug 2012 21:51:23 +0000 (14:51 -0700)
committerTejun Heo <tj@kernel.org>
Mon, 20 Aug 2012 21:51:23 +0000 (14:51 -0700)
commitae930e0f4e66fd540c6fbad9f1e2a7743d8b9afe
tree88853ec727834081a79d56bb9829191ca6e243ec
parent606a5020b9bdceb20b4f43e11db0054afa349028
workqueue: gut system_nrt[_freezable]_wq()

Now that all workqueues are non-reentrant, system[_freezable]_wq() are
equivalent to system_nrt[_freezable]_wq().  Replace the latter with
wrappers around system[_freezable]_wq().  The wrapping goes through
inline functions so that __deprecated can be added easily.

Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h
kernel/workqueue.c