Commit 1ae8f40767a3afc6244719a2c8fbcf546767d5b0
Committed by
Linus Torvalds
1 parent
8d9067bda9
Exists in
master
and in
7 other branches
[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>
Showing 3 changed files with 2 additions and 3 deletions Side-by-side Diff
security/keys/internal.h
security/keys/key.c
security/keys/keyring.c
... | ... | @@ -68,7 +68,7 @@ |
68 | 68 | * semaphore to serialise link/link calls to prevent two link calls in parallel |
69 | 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 | /* |