Commit dba6a4d32d8677c99e73798d3375417f8a6d46de

Authored by Daniel Walker
Committed by Linus Torvalds
1 parent 37340746a6

keys: remove unused key_alloc_sem

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

Signed-off-by: Daniel Walker <dwalker@mvista.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

security/keys/internal.h
... ... @@ -78,7 +78,6 @@
78 78  
79 79 extern struct rb_root key_serial_tree;
80 80 extern spinlock_t key_serial_lock;
81   -extern struct semaphore key_alloc_sem;
82 81 extern struct mutex key_construction_mutex;
83 82 extern wait_queue_head_t request_key_conswq;
84 83