Remove KERNEL_LOCK() asserts.
authormpi <mpi@openbsd.org>
Tue, 20 Jun 2017 09:03:39 +0000 (09:03 +0000)
committermpi <mpi@openbsd.org>
Tue, 20 Jun 2017 09:03:39 +0000 (09:03 +0000)
commit89bcff6e8b8a8573e46ded647e1a150823060ebc
tree9125e88d43e314a4c9f16f2e3053f601ef3708ad
parent3085aea7ed4060807a679aa79e63ca0047fb9ea6
Remove KERNEL_LOCK() asserts.

pf table code iterates on a radix tree and currently relies on the
NET_LOCK() to do the serialization.

Found the hardway by jasper@
sys/net/radix.c