]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
workqueue: declare system_highpri_wq
authorLai Jiangshan <laijs@cn.fujitsu.com>
Thu, 22 May 2014 08:42:41 +0000 (16:42 +0800)
committerTejun Heo <tj@kernel.org>
Thu, 22 May 2014 15:35:50 +0000 (11:35 -0400)
commit73e4354444eef5251e5cdfd388ab02ef9f2e727e
treee54b4b1b59b1a74a793e82f41cbc5945d9a12cb8
parent51697d393922eb643e78ac5db86e8fa5a45b469a
workqueue: declare system_highpri_wq

system_highpri_wq is exported to modules via EXPORT_SYMBOL_GPL(),
but it was forgotten to be declared in workqueue.h. So we add the declaration
and a short description for it.

tj: Minor comment tweak.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h