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:
Mark Johnston 2014-10-20 20:21:40 +00:00
parent e011dc962c
commit 4fd6ca7275

View File

@ -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 },