]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] make freezeable workqueues singlethread
authorOleg Nesterov <oleg@tv-sign.ru>
Mon, 21 May 2007 20:51:29 +0000 (16:51 -0400)
committerChris Wright <chrisw@sous-sol.org>
Mon, 11 Jun 2007 18:36:45 +0000 (11:36 -0700)
commitaa2112f41c593ea73d7b99ecaa8d4cb60fe37404
tree07ede8b88316ebab2fb917a25b10a51ff3d46fe5
parent87b4c2119d8bc677aed4f8717c8c81acbab9c167
[PATCH] make freezeable workqueues singlethread

It is a known fact that freezeable multithreaded workqueues doesn't like
CPU_DEAD. We keep them only for the incoming CPU-hotplug rework.

Sadly, we can't just kill create_freezeable_workqueue() right now, make
them singlethread.

Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Gautham R Shenoy <ego@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/workqueue.h