Document, via WITNESS, that the NFS server mutex falls ahead of the socket
buffer mutexes.
This commit is contained in:
parent
180357cd92
commit
8963f5c8c0
@ -323,6 +323,11 @@ static struct witness_order_list_entry order_lists[] = {
|
||||
{ "bpf global lock", &lock_class_mtx_sleep },
|
||||
{ "bpf interface lock", &lock_class_mtx_sleep },
|
||||
{ "bpf cdev lock", &lock_class_mtx_sleep },
|
||||
/*
|
||||
* NFS server
|
||||
*/
|
||||
{ "nfsd_mtx", &lock_class_mtx_sleep },
|
||||
{ "so_snd", &lock_class_mtx_sleep },
|
||||
{ NULL, NULL },
|
||||
/*
|
||||
* spin locks
|
||||
|
Loading…
x
Reference in New Issue
Block a user