Author: ae
Date: Tue May 14 10:21:28 2019
New Revision: 347563
URL: https://svnweb.freebsd.org/changeset/base/347563
Log:
Remove bpf interface lock, it is no longer exist.
Modified:
head/sys/kern/subr_witness.c
Modified: head/sys/kern/subr_witness.c
==============================================================================
--- head/sys/kern/subr_witness.c Tue May 14 04:34:58 2019
(r347562)
+++ head/sys/kern/subr_witness.c Tue May 14 10:21:28 2019
(r347563)
@@ -576,7 +576,6 @@ static struct witness_order_list_entry order_lists[] =
* BPF
*/
{ "bpf global lock", &lock_class_sx },
- { "bpf interface lock", &lock_class_rw },
{ "bpf cdev lock", &lock_class_mtx_sleep },
{ NULL, NULL },
/*
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"