Remove bpf interface lock, it is no longer exist.

This commit is contained in:
Andrey V. Elsukov 2019-05-14 10:21:28 +00:00
parent e199792d23
commit 2317067c31
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347563

View File

@ -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 },
/*