diff options
-rw-r--r-- | sys/kern/subr_witness.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 064d95c..994353b 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -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 |