Skip to content

Commit

Permalink
TOMOYO: Remove unused mutex.
Browse files Browse the repository at this point in the history
I forgot to remove on TOMOYO's 15th posting.

Signed-off-by: Tetsuo Handa <[email protected]>
Signed-off-by: James Morris <[email protected]>
  • Loading branch information
Tetsuo Handa authored and James Morris committed Jun 2, 2009
1 parent fbeb4a9 commit fe67e6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/tomoyo/domain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit fe67e6f

Please sign in to comment.