-
由 Tejun Heo 提交于
is_chained_work() was added before current_wq_worker() and implemented its own ham-fisted way of finding out whether %current is a workqueue worker - it iterates through all possible workers. Drop the custom implementation and reimplement using current_wq_worker(). Signed-off-by: NTejun Heo <tj@kernel.org>
8d03ecfe