Skip to content
Commit 82805ab7 authored by Tejun Heo's avatar Tejun Heo
Browse files

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: default avatarTejun Heo <tj@kernel.org>
parent 7bc46560
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment