Skip to content
Commit ae930e0f authored by Tejun Heo's avatar Tejun Heo
Browse files

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: default avatarTejun Heo <tj@kernel.org>
parent 606a5020
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment