Add netatalk mutexes to hard-coded WITNESS lock order.

This commit is contained in:
rwatson 2004-07-25 20:16:51 +00:00
parent 459c13818e
commit 1fd2b90911

View File

@ -311,6 +311,12 @@ static struct witness_order_list_entry order_lists[] = {
{ "slip_mtx", &lock_class_mtx_sleep },
{ "slip sc_mtx", &lock_class_mtx_sleep },
{ NULL, NULL },
/*
* netatalk
*/
{ "ddp_list_mtx", &lock_class_mtx_sleep },
{ "ddp_mtx", &lock_class_mtx_sleep },
{ NULL, NULL },
/*
* spin locks
*/