From: Tejun Heo Date: Tue, 29 Jun 2010 08:07:09 +0000 (+0200) Subject: kthread: implement kthread_worker X-Git-Tag: v2.6.36-rc1~506^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b56c0d8937e665a27d90517ee7a746d0aa05af46;p=pandora-kernel.git kthread: implement kthread_worker Implement simple work processor for kthread. This is to ease using kthread. Single thread workqueue used to be used for things like this but workqueue won't guarantee fixed kthread association anymore to enable worker sharing. This can be used in cases where specific kthread association is necessary, for example, when it should have RT priority or be assigned to certain cgroup. Signed-off-by: Tejun Heo Cc: Andrew Morton --- Reading git-diff-tree failed