summaryrefslogtreecommitdiff
path: root/net/bluetooth
diff options
context:
space:
mode:
authorJoonsoo Kim <js1304@gmail.com>2012-08-15 14:25:40 (GMT)
committerTejun Heo <tj@kernel.org>2012-08-16 21:21:15 (GMT)
commite2b6a6d570f070aa90ac00d2d10b1488512f8520 (patch)
tree4f61d435e55f764b1bd990540d533fd68d9fbaa2 /net/bluetooth
parent1aabe902ca3638d862bf0dad5a697d3a8e046b0a (diff)
downloadlinux-e2b6a6d570f070aa90ac00d2d10b1488512f8520.tar.xz
workqueue: use system_highpri_wq for highpri workers in rebind_workers()
In rebind_workers(), we do inserting a work to rebind to cpu for busy workers. Currently, in this case, we use only system_wq. This makes a possible error situation as there is mismatch between cwq->pool and worker->pool. To prevent this, we should use system_highpri_wq for highpri worker to match theses. This implements it. tj: Rephrased comment a bit. Signed-off-by: Joonsoo Kim <js1304@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'net/bluetooth')
0 files changed, 0 insertions, 0 deletions