Skip to content
Snippets Groups Projects
Commit 09f464bf authored by Oleg Nesterov's avatar Oleg Nesterov Committed by James Morris
Browse files

tomoyo: remove tomoyo_gc_thread()->daemonize()


daemonize() is only needed when a user-space task does kernel_thread().

tomoyo_gc_thread() is kthread_create()'ed and thus it doesn't need
the soon-to-be-deprecated daemonize().

Signed-off-by: default avatarOleg Nesterov <oleg@redhat.com>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Acked-by: default avatarMatt Fleming <matt.fleming@intel.com>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent 1e39f384
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment