Skip to content

Commit

Permalink
keys: remove unused key_alloc_sem
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Walker authored and Linus Torvalds committed Jun 6, 2008
1 parent 3734074 commit dba6a4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/keys/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit dba6a4d

Please sign in to comment.