CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/17 06:37:20
Modified files:
sys/net : if_etherip.c
Log message:
Remove splsoftnet()s in the ioctl(2) path.
Since soft-interrupt for network processing are no more, the
KERNEL_LOCK() is what protect two concurrent threads from
accessing data structures.
ok goda@
