tomoyo: remove tomoyo_gc_thread()->daemonize()
[linux-2.6-microblaze.git] / security / tomoyo / gc.c
index ae135fb..5295b5c 100644 (file)
@@ -660,7 +660,7 @@ static int tomoyo_gc_thread(void *unused)
        static DEFINE_MUTEX(tomoyo_gc_mutex);
        if (!mutex_trylock(&tomoyo_gc_mutex))
                goto out;
-       daemonize("GC for TOMOYO");
+
        do {
                tomoyo_collect_entry();
                if (list_empty(&tomoyo_gc_list))