commit 48e93b2f5147bacf8b47096902071c378be13fbf
Author: Matthew Dillon <[email protected]>
Date: Sat Jan 7 23:19:22 2017 -0800
kernel - Cleanup PFIL_MPSAFE
* All pfil use cases are MPSAFE, so remove the PFIL_MPSAFE flag entirely
and remove the old mplock wrappers that tested it.
Summary of changes:
sys/net/ipfw/ip_fw2.c | 4 ++--
sys/net/ipfw3/ip_fw3.c | 4 ++--
sys/net/pf/pf_ioctl.c | 8 ++++----
sys/net/pfil.c | 16 ----------------
sys/net/pfil.h | 1 -
5 files changed, 8 insertions(+), 25 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/48e93b2f5147bacf8b47096902071c378be13fbf
--
DragonFly BSD source repository