Commit fe67e6f2 authored by Tetsuo Handa's avatar Tetsuo Handa Committed by James Morris

TOMOYO: Remove unused mutex.

I forgot to remove on TOMOYO's 15th posting.
Signed-off-by: default avatarTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: default avatarJames Morris <jmorris@namei.org>
parent fbeb4a9c
...@@ -296,7 +296,6 @@ static int tomoyo_update_domain_keeper_entry(const char *domainname, ...@@ -296,7 +296,6 @@ static int tomoyo_update_domain_keeper_entry(const char *domainname,
struct tomoyo_domain_keeper_entry *ptr; struct tomoyo_domain_keeper_entry *ptr;
const struct tomoyo_path_info *saved_domainname; const struct tomoyo_path_info *saved_domainname;
const struct tomoyo_path_info *saved_program = NULL; const struct tomoyo_path_info *saved_program = NULL;
static DEFINE_MUTEX(lock);
int error = -ENOMEM; int error = -ENOMEM;
bool is_last_name = false; bool is_last_name = false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment