- 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:
parent
cb40cf9c09
commit
4eaa5ebe1b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user