Add netatalk mutexes to hard-coded WITNESS lock order.

This commit is contained in:
Robert Watson 2004-07-25 20:16:51 +00:00
parent 5122b74809
commit 3ed994c6c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132639

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
*/