From: Tejun Heo Date: Tue, 29 Jun 2010 08:07:10 +0000 (+0200) Subject: workqueue: merge feature parameters into flags X-Git-Tag: v2.6.36-rc1~506^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97e37d7b9e65a6ac939f796f91081135b7a08acc;p=pandora-kernel.git workqueue: merge feature parameters into flags Currently, __create_workqueue_key() takes @singlethread and @freezeable paramters and store them separately in workqueue_struct. Merge them into a single flags parameter and field and use WQ_FREEZEABLE and WQ_SINGLE_THREAD. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed