- Define the real lock order with cdev and a few vm/vfs related locks. This

can be removed once cdev no longer calls free() with the cdev lock held.
This commit is contained in:
Jeff Roberson 2005-04-22 22:43:31 +00:00
parent 7fd2deacb4
commit 17314e6286
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145425

View File

@ -333,8 +333,10 @@ static struct witness_order_list_entry order_lists[] = {
/*
* CDEV
*/
{ "cdev", &lock_class_mtx_sleep },
{ "system map", &lock_class_mtx_sleep },
{ "vm page queue mutex", &lock_class_mtx_sleep },
{ "vnode interlock", &lock_class_mtx_sleep },
{ "cdev", &lock_class_mtx_sleep },
{ NULL, NULL },
/*
* spin locks