diff --git a/[refs] b/[refs] index e8b9e01366ff..616cd8b2c993 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e39f384bb01b0395b69cb70c2cacae65012f203 +refs/heads/master: 09f464bf0961aba3cd917d4939597bafb269fb95 diff --git a/trunk/security/tomoyo/gc.c b/trunk/security/tomoyo/gc.c index ae135fbbbe95..5295b5caaa21 100644 --- a/trunk/security/tomoyo/gc.c +++ b/trunk/security/tomoyo/gc.c @@ -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))