Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Fabian Frederick 2016-12-04 13:45:28 +01:00 коммит произвёл J. Bruce Fields
Родитель fafedf8170
Коммит 3eb15f2828
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -124,8 +124,7 @@ EXPORT_SYMBOL_GPL(svc_auth_unregister);
#define DN_HASHMAX (1<<DN_HASHBITS)
static struct hlist_head auth_domain_table[DN_HASHMAX];
static spinlock_t auth_domain_lock =
__SPIN_LOCK_UNLOCKED(auth_domain_lock);
static DEFINE_SPINLOCK(auth_domain_lock);
void auth_domain_put(struct auth_domain *dom)
{