"bt5/tiolive_base/bt/template_preference_list" did not exist on "dc7b6e2e85e9434a97694a698884b057b7d30286"
  • 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