diff options
author | Oleg Nesterov <oleg@redhat.com> | 2011-08-16 20:34:05 +0200 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2011-08-17 01:48:41 +0200 |
commit | 09f464bf0961aba3cd917d4939597bafb269fb95 (patch) | |
tree | ffdbb860514012bc2c8fef75cff3aa77c94fb9fc /arch | |
parent | evm: fix build problems (diff) | |
download | linux-09f464bf0961aba3cd917d4939597bafb269fb95.tar.xz linux-09f464bf0961aba3cd917d4939597bafb269fb95.zip |
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: Oleg Nesterov <oleg@redhat.com>
Acked-by: Tejun Heo <tj@kernel.org>
Acked-by: Matt Fleming <matt.fleming@intel.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions