From 2317067c319c411e93dbc35c6bd9b59e2a1d8782 Mon Sep 17 00:00:00 2001 From: "Andrey V. Elsukov" Date: Tue, 14 May 2019 10:21:28 +0000 Subject: [PATCH] Remove bpf interface lock, it is no longer exist. --- sys/kern/subr_witness.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 8a7d040f29a7..9f4ed3bf1864 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -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 }, /*