Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment