Loading kernel/cred.c +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ static struct kmem_cache *cred_jar; static struct thread_group_cred init_tgcred = { .usage = ATOMIC_INIT(2), .tgid = 0, .lock = SPIN_LOCK_UNLOCKED, .lock = __SPIN_LOCK_UNLOCKED(init_cred.tgcred.lock), }; #endif Loading Loading
kernel/cred.c +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ static struct kmem_cache *cred_jar; static struct thread_group_cred init_tgcred = { .usage = ATOMIC_INIT(2), .tgid = 0, .lock = SPIN_LOCK_UNLOCKED, .lock = __SPIN_LOCK_UNLOCKED(init_cred.tgcred.lock), }; #endif Loading