commit | 9625ab1727743f6a164df26b7b1eeeced7380b42 | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <laijs@cn.fujitsu.com> | Tue May 20 17:46:27 2014 +0800 |
committer | Tejun Heo <tj@kernel.org> | Tue May 20 10:59:30 2014 -0400 |
tree | d3da8ffc218ca3077ebbc140eb7f345a2bae38f1 | |
parent | cf416171e7e1d966111f53bdae82f51af05e7bf8 [diff] |
workqueue: use manager lock only to protect worker_idr worker_idr is highly bound to managers and is always/only accessed in manager lock context. So we don't need pool->lock for it. Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Tejun Heo <tj@kernel.org>