git: kernel - Cleanup PFIL_MPSAFE
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jan 8 00:42:08 PST 2017
commit 48e93b2f5147bacf8b47096902071c378be13fbf
Author: Matthew Dillon <dillon at apollo.backplane.com>
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
More information about the Commits
mailing list