commit | b5927605478b740d73192f587e458de1632106e8 | [log] [tgz] |
---|---|---|
author | Lai Jiangshan <laijs@cn.fujitsu.com> | Mon Mar 25 16:57:19 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Mon Mar 25 16:57:19 2013 -0700 |
tree | 368ce931dea72fadb8436385e423df76fb76d0d0 | |
parent | a357fc03262988f2aa6c4a668b89be22b11ff1e7 [diff] |
workqueue: remove pwq_lock which is no longer used To simplify locking, the previous patches expanded wq->mutex to protect all fields of each workqueue instance including the pwqs list leaving pwq_lock without any user. Remove the unused pwq_lock. 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>