commit | dce90d47c4288c7d3c1988bebb059ea7451d5fd5 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Apr 01 11:23:35 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Mon Apr 01 11:23:35 2013 -0700 |
tree | 636f36bd20d7aba953b28346f927be5cf33ea055 | |
parent | 1befcf3073fa083e7dc48c384ce06f3bd900f514 [diff] |
workqueue: introduce put_pwq_unlocked() Factor out lock pool, put_pwq(), unlock sequence into put_pwq_unlocked(). The two existing places are converted and there will be more with NUMA affinity support. This is to prepare for NUMA affinity support for unbound workqueues and doesn't introduce any functional difference. Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Lai Jiangshan <laijs@cn.fujitsu.com>