alistair23-linux/security/tomoyo
Oleg Nesterov 09f464bf09 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>
2011-08-17 09:48:41 +10:00
..
audit.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
common.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
common.h TOMOYO: Enable conditional ACL. 2011-07-11 11:05:34 +10:00
condition.c TOMOYO: Allow using argv[]/envp[] of execve() as conditions. 2011-07-11 11:05:33 +10:00
domain.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
file.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
gc.c tomoyo: remove tomoyo_gc_thread()->daemonize() 2011-08-17 09:48:41 +10:00
group.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
Kconfig TOMOYO: Make several options configurable. 2011-06-29 09:31:22 +10:00
load_policy.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
Makefile TOMOYO: Allow using UID/GID etc. of current thread as conditions. 2011-07-11 11:05:32 +10:00
memory.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
mount.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
realpath.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
securityfs_if.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
tomoyo.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00
util.c TOMOYO: Update kernel-doc. 2011-07-14 17:50:03 +10:00