From: Oleg Nesterov Date: Wed, 9 May 2007 09:34:13 +0000 (-0700) Subject: workqueue: introduce workqueue_struct->singlethread X-Git-Tag: v2.6.22-rc1~226 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cce1a1656c9a3fdc6c6c1029b576e4ab6ecaac37;p=pandora-kernel.git workqueue: introduce workqueue_struct->singlethread Add explicit workqueue_struct->singlethread flag. This lessens .text a little, but most importantly this allows us to manipulate wq->list without changine the meaning of is_single_threaded(). Signed-off-by: Oleg Nesterov Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed