diff options
author | Tetsuo Handa <penguin-kernel@i-love.sakura.ne.jp> | 2009-06-02 04:00:45 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-06-02 07:19:54 -0400 |
commit | fe67e6f2d6df371b58ba721954d45a196df5e8b8 (patch) | |
tree | b4b186aa4b222bdc45839ff4bdbde6f80c413395 /security/tomoyo | |
parent | fbeb4a9c20d00e2550156f9e5a34473fbde59de2 (diff) |
TOMOYO: Remove unused mutex.
I forgot to remove on TOMOYO's 15th posting.
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/tomoyo')
-rw-r--r-- | security/tomoyo/domain.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, | |||
296 | struct tomoyo_domain_keeper_entry *ptr; | 296 | struct tomoyo_domain_keeper_entry *ptr; |
297 | const struct tomoyo_path_info *saved_domainname; | 297 | const struct tomoyo_path_info *saved_domainname; |
298 | const struct tomoyo_path_info *saved_program = NULL; | 298 | const struct tomoyo_path_info *saved_program = NULL; |
299 | static DEFINE_MUTEX(lock); | ||
300 | int error = -ENOMEM; | 299 | int error = -ENOMEM; |
301 | bool is_last_name = false; | 300 | bool is_last_name = false; |
302 | 301 | ||