git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc4656
)
kthread: implement kthread_data()
author
Tejun Heo
<tj@kernel.org>
Tue, 29 Jun 2010 08:07:09 +0000
(10:07 +0200)
committer
Tejun Heo
<tj@kernel.org>
Tue, 29 Jun 2010 08:07:09 +0000
(10:07 +0200)
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 <tj@kernel.org>
No differences found