From: Tetsuo Handa Date: Tue, 2 Jun 2009 08:00:45 +0000 (+0900) Subject: TOMOYO: Remove unused mutex. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fe67e6f2d6df371b58ba721954d45a196df5e8b8;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git TOMOYO: Remove unused mutex. I forgot to remove on TOMOYO's 15th posting. Signed-off-by: Tetsuo Handa Signed-off-by: James Morris --- diff --git a/security/tomoyo/domain.c b/security/tomoyo/domain.c index 2d6748741a26..ee43631f049b 100644 --- a/security/tomoyo/domain.c +++ b/security/tomoyo/domain.c @@ -296,7 +296,6 @@ static int tomoyo_update_domain_keeper_entry(const char *domainname, struct tomoyo_domain_keeper_entry *ptr; const struct tomoyo_path_info *saved_domainname; const struct tomoyo_path_info *saved_program = NULL; - static DEFINE_MUTEX(lock); int error = -ENOMEM; bool is_last_name = false;