Skip to content
Snippets Groups Projects
Commit dba6a4d3 authored by Daniel Walker's avatar Daniel Walker Committed by Linus Torvalds
Browse files

keys: remove unused key_alloc_sem


This semaphore doesn't appear to be used, so remove it.

Signed-off-by: default avatarDaniel Walker <dwalker@mvista.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 37340746
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,6 @@ extern unsigned key_quota_maxbytes;
extern struct rb_root key_serial_tree;
extern spinlock_t key_serial_lock;
extern struct semaphore key_alloc_sem;
extern struct mutex key_construction_mutex;
extern wait_queue_head_t request_key_conswq;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment