Document, via WITNESS, that the NFS server mutex falls ahead of the socket

buffer mutexes.
This commit is contained in:
Robert Watson 2005-03-09 21:38:53 +00:00
parent 186c183c23
commit 53358cc907
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143335

View file

@ -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