From: Lai Jiangshan Date: Mon, 25 Mar 2013 23:57:17 +0000 (-0700) Subject: workqueue: rename wq_mutex to wq_pool_mutex X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~125^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e13a67ddfb55af386b903ab9ca56358930f79c;p=pandora-kernel.git workqueue: rename wq_mutex to wq_pool_mutex wq->flush_mutex will be renamed to wq->mutex and cover all fields specific to each workqueue and eventually replace pwq_lock, which will make locking simpler and easier to understand. Rename wq_mutex to wq_pool_mutex to avoid confusion with wq->mutex. After the scheduled changes, wq_pool_mutex won't be protecting anything specific to each workqueue instance anyway. This patch is pure rename. tj: s/wqs_mutex/wq_pool_mutex/. Rewrote description. Signed-off-by: Tejun Heo Cc: Lai Jiangshan --- Reading git-diff-tree failed