• Tejun Heo's avatar
    workqueue: gut system_nrt[_freezable]_wq() · ae930e0f
    Tejun Heo authored
    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>
    ae930e0f
workqueue.c 105 KB