diff options
author | Lai Jiangshan <laijs@cn.fujitsu.com> | 2013-03-25 16:57:19 -0700 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-03-25 16:57:19 -0700 |
commit | a357fc03262988f2aa6c4a668b89be22b11ff1e7 (patch) | |
tree | 01a7064d6684ba992bc77cbac6a184497f40110c /tools/perf/scripts/python/net_dropmonitor.py | |
parent | b09f4fd39c0e562aff3682773f4c451d6125048c (diff) |
workqueue: protect wq->saved_max_active with wq->mutex
We're expanding wq->mutex to cover all fields specific to each
workqueue with the end goal of replacing pwq_lock which will make
locking simpler and easier to understand.
This patch makes wq->saved_max_active protected by wq->mutex instead
of pwq_lock. As pwq_lock locking around pwq_adjust_mac_active() is no
longer necessary, this patch also replaces pwq_lock lockings of
for_each_pwq() around pwq_adjust_max_active() to wq->mutex.
tj: Rebased on top of the current dev branch. Updated description.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions