[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>
This commit is contained in:
Adrian Bunk
2006-01-06 00:11:25 -08:00
committed by Linus Torvalds
parent 8d9067bda9
commit 1ae8f40767
3 changed files with 2 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ struct key_type key_type_keyring = {
* semaphore to serialise link/link calls to prevent two link calls in parallel
* introducing a cycle
*/
DECLARE_RWSEM(keyring_serialise_link_sem);
static DECLARE_RWSEM(keyring_serialise_link_sem);
/*****************************************************************************/
/*