commit | 52782c92ac85c4e393eb4a903a62e6c24afa633f | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed May 06 12:09:34 2020 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri May 08 21:23:10 2020 -0400 |
tree | ff14ce08344fd48a5d6228527bbd949c012a13d4 | |
parent | 31fb4bf545e230f2c7db7e64cf012c67a8d374df [diff] |
kthread: save thread function It's handy to keep the kthread_fn just as a unique cookie to identify classes of kthreads. E.g. if you can verify that a given task is running your thread_fn, then you may know what sort of type kthread_data points to. We'll use this in nfsd to pass some information into the vfs. Note it will need kthread_data() exported too. Original-patch-by: Tejun Heo <tj@kernel.org> Signed-off-by: J. Bruce Fields <bfields@redhat.com>