commit | 2e109a2855bf6cf675a8b74dbd89b6492e8def42 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Mar 13 19:47:40 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Wed Mar 13 19:47:40 2013 -0700 |
tree | 22357bb67654f29db07d0f80b83e4e845cbee8c2 | |
parent | 794b18bc8a3f80445e1f85c9c87c74de9575c93a [diff] |
workqueue: rename workqueue_lock to wq_mayday_lock With the recent locking updates, the only thing protected by workqueue_lock is workqueue->maydays list. Rename workqueue_lock to wq_mayday_lock. This patch is pure rename. Signed-off-by: Tejun Heo <tj@kernel.org>