From 30ad0dfc1e8034d82071341ab1b4571c5cda2897 Mon Sep 17 00:00:00 2001 From: Oleg Nesterov Date: Tue, 16 Aug 2011 20:34:05 +0200 Subject: [PATCH] --- yaml --- r: 264501 b: refs/heads/master c: 09f464bf0961aba3cd917d4939597bafb269fb95 h: refs/heads/master i: 264499: 7a9ca8b78ce29e8f6c68ae1253e975d4a4165bbb v: v3 --- [refs] | 2 +- trunk/security/tomoyo/gc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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))