Fix a typo from r189544, which replaced unp_global_rwlock with unp_list_lock
and unp_link_rwlock. MFC after: 3 days
This commit is contained in:
parent
e011dc962c
commit
4fd6ca7275
@ -528,7 +528,7 @@ static struct witness_order_list_entry order_lists[] = {
|
||||
/*
|
||||
* UNIX Domain Sockets
|
||||
*/
|
||||
{ "unp_global_rwlock", &lock_class_rw },
|
||||
{ "unp_link_rwlock", &lock_class_rw },
|
||||
{ "unp_list_lock", &lock_class_mtx_sleep },
|
||||
{ "unp", &lock_class_mtx_sleep },
|
||||
{ "so_snd", &lock_class_mtx_sleep },
|
||||
|
Loading…
x
Reference in New Issue
Block a user