From: Tejun Heo Date: Thu, 12 Jul 2012 21:46:37 +0000 (-0700) Subject: workqueue: separate out worker_pool flags X-Git-Tag: v3.6-rc1~106^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ebea50dbc1ade5994b2c838a096078d4c02399;p=pandora-kernel.git workqueue: separate out worker_pool flags GCWQ_MANAGE_WORKERS, GCWQ_MANAGING_WORKERS and GCWQ_HIGHPRI_PENDING are per-pool properties. Add worker_pool->flags and make the above three flags per-pool flags. The changes in this patch are mechanical and don't caues any functional difference. This is to prepare for multiple pools per gcwq. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed