[PATCH] lockdep: name some old style locks
Name some of the remaning 'old_style_spin_init' locks Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
a4c410f00f
commit
6cfd76a26d
@@ -119,7 +119,8 @@ EXPORT_SYMBOL(svc_auth_unregister);
|
||||
#define DN_HASHMASK (DN_HASHMAX-1)
|
||||
|
||||
static struct hlist_head auth_domain_table[DN_HASHMAX];
|
||||
static spinlock_t auth_domain_lock = SPIN_LOCK_UNLOCKED;
|
||||
static spinlock_t auth_domain_lock =
|
||||
__SPIN_LOCK_UNLOCKED(auth_domain_lock);
|
||||
|
||||
void auth_domain_put(struct auth_domain *dom)
|
||||
{
|
||||
|
Reference in New Issue
Block a user