diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/tomoyo/gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tomoyo/gc.c b/security/tomoyo/gc.c index ae135fbbbe95..5295b5caaa21 100644 --- a/security/tomoyo/gc.c +++ b/security/tomoyo/gc.c | |||
@@ -660,7 +660,7 @@ static int tomoyo_gc_thread(void *unused) | |||
660 | static DEFINE_MUTEX(tomoyo_gc_mutex); | 660 | static DEFINE_MUTEX(tomoyo_gc_mutex); |
661 | if (!mutex_trylock(&tomoyo_gc_mutex)) | 661 | if (!mutex_trylock(&tomoyo_gc_mutex)) |
662 | goto out; | 662 | goto out; |
663 | daemonize("GC for TOMOYO"); | 663 | |
664 | do { | 664 | do { |
665 | tomoyo_collect_entry(); | 665 | tomoyo_collect_entry(); |
666 | if (list_empty(&tomoyo_gc_list)) | 666 | if (list_empty(&tomoyo_gc_list)) |