CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/20 07:30:52
Modified files:
sys/netinet : ip_carp.c
Log message:
Prevent grabing the NET_LOCK() twice in the ioctl(2) and input path.
While here remove two redundant splsoftnet()/splx() dances.
inputs and ok bluhm@
