CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/20 03:03:39
Modified files:
sys/net : radix.c
Log message:
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@
