From: Tetsuo Handa Date: Tue, 2 Jun 2009 08:00:45 +0000 (+0900) Subject: TOMOYO: Remove unused mutex. X-Git-Tag: accepted/tizen/common/20141203.182822~15820^2^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe67e6f2d6df371b58ba721954d45a196df5e8b8;p=platform%2Fkernel%2Flinux-arm64.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 2d67487..ee43631 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;