diff options
author | Lai Jiangshan <laijs@linux.alibaba.com> | 2021-12-23 20:31:37 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2022-01-12 07:37:28 -1000 |
commit | 21b195c05cf6a6cc49777d6992772bcf01502186 (patch) | |
tree | 75a1bf2a43d192af12ed37fd7cebaccbbedc6a74 /drivers | |
parent | daadb3bd0e8d3e317e36bc2c1542e86c528665e5 (diff) |
workqueue: Remove the mb() pair between wq_worker_sleeping() and insert_work()
In wq_worker_sleeping(), the access to worklist is protected by the
pool->lock, so the memory barrier is unneeded.
Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions