From: Tejun Heo Date: Tue, 29 Jun 2010 08:07:09 +0000 (+0200) Subject: kthread: implement kthread_data() X-Git-Tag: v2.6.36-rc1~506^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82805ab77d25643f579d90397dcd34f05d1b750a;p=pandora-kernel.git kthread: implement kthread_data() Implement kthread_data() which takes @task pointing to a kthread and returns @data specified when creating the kthread. The caller is responsible for ensuring the validity of @task when calling this function. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed