Commit 3eb15f28 authored by Fabian Frederick's avatar Fabian Frederick Committed by J. Bruce Fields

sunrpc: use DEFINE_SPINLOCK()

Signed-off-by: default avatarFabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent fafedf81
...@@ -124,8 +124,7 @@ EXPORT_SYMBOL_GPL(svc_auth_unregister); ...@@ -124,8 +124,7 @@ EXPORT_SYMBOL_GPL(svc_auth_unregister);
#define DN_HASHMAX (1<<DN_HASHBITS) #define DN_HASHMAX (1<<DN_HASHBITS)
static struct hlist_head auth_domain_table[DN_HASHMAX]; static struct hlist_head auth_domain_table[DN_HASHMAX];
static spinlock_t auth_domain_lock = static DEFINE_SPINLOCK(auth_domain_lock);
__SPIN_LOCK_UNLOCKED(auth_domain_lock);
void auth_domain_put(struct auth_domain *dom) void auth_domain_put(struct auth_domain *dom)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment