mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 10:50:53 +07:00
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>
This commit is contained in:
parent
37340746a6
commit
dba6a4d32d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user