diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-06 03:11:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 11:33:30 -0500 |
commit | 1ae8f40767a3afc6244719a2c8fbcf546767d5b0 (patch) | |
tree | f41d957bbc60ad940132fd28ea13a8fced63a398 /security/keys/keyring.c | |
parent | 8d9067bda99c68e1a17d93e78cf3a5a3f67e0c35 (diff) |
[PATCH] security/: possible cleanups
make needlessly global code static
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'security/keys/keyring.c')
-rw-r--r-- | security/keys/keyring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/keyring.c b/security/keys/keyring.c index 0acecbd4fa37..5d22c0388b32 100644 --- a/security/keys/keyring.c +++ b/security/keys/keyring.c | |||
@@ -68,7 +68,7 @@ struct key_type key_type_keyring = { | |||
68 | * semaphore to serialise link/link calls to prevent two link calls in parallel | 68 | * semaphore to serialise link/link calls to prevent two link calls in parallel |
69 | * introducing a cycle | 69 | * introducing a cycle |
70 | */ | 70 | */ |
71 | DECLARE_RWSEM(keyring_serialise_link_sem); | 71 | static DECLARE_RWSEM(keyring_serialise_link_sem); |
72 | 72 | ||
73 | /*****************************************************************************/ | 73 | /*****************************************************************************/ |
74 | /* | 74 | /* |