projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbeb4a9
)
TOMOYO: Remove unused mutex.
author
Tetsuo Handa
<penguin-kernel@i-love.sakura.ne.jp>
Tue, 2 Jun 2009 08:00:45 +0000
(17:00 +0900)
committer
James Morris
<jmorris@namei.org>
Tue, 2 Jun 2009 11:19:54 +0000
(21:19 +1000)
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>
security/tomoyo/domain.c
patch
|
blob
|
blame
|
history
diff --git
a/security/tomoyo/domain.c
b/security/tomoyo/domain.c
index 2d6748741a26e4f08e28872d79d846d06e07c6c7..ee43631f049be9f9e1aa6770750e3255fa812dc3 100644
(file)
--- 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;