mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
CDEV lock should be before 'system map' lock.
Hardcode this order to help track down reported LOR. LOR reported by: Thierry Herbelot <thierry@herbelot.com> LOR info: http://sources.zabbadoz.net/freebsd/lor.html#080
This commit is contained in:
parent
5ef9827cea
commit
c19618dd7d
1 changed files with 6 additions and 0 deletions
|
|
@ -330,6 +330,12 @@ static struct witness_order_list_entry order_lists[] = {
|
|||
{ "nfsd_mtx", &lock_class_mtx_sleep },
|
||||
{ "so_snd", &lock_class_mtx_sleep },
|
||||
{ NULL, NULL },
|
||||
/*
|
||||
* CDEV
|
||||
*/
|
||||
{ "cdev", &lock_class_mtx_sleep },
|
||||
{ "system map", &lock_class_mtx_sleep },
|
||||
{ NULL, NULL },
|
||||
/*
|
||||
* spin locks
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue