From: Lai Jiangshan Date: Mon, 25 Mar 2013 23:57:17 +0000 (-0700) Subject: workqueue: rename wq->flush_mutex to wq->mutex X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~125^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c25a55daadc7e7058926f5728fba7721d824ffb;p=pandora-kernel.git workqueue: rename wq->flush_mutex to wq->mutex Currently pwq->flush_mutex protects many fields of a workqueue including, especially, the pwqs list. We're going to expand this mutex to protect most of a workqueue and eventually replace pwq_lock, which will make locking simpler and easier to understand. Drop the "flush_" prefix in preparation. This patch is pure rename. tj: Rebased on top of the current dev branch. Updated description. Use WQ: and WR: instead of Q: and QR: for synchronization labels. Signed-off-by: Lai Jiangshan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed