CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/22 05:11:38
Modified files:
sys/kern : sys_socket.c
sys/nfs : nfs_boot.c
Log message:
Enforce that ifioctl() is called at IPL_SOFTNET.
This will allow us to keep locking simple as soon as we trade
splsoftnet() for a rwlock.
ok bluhm@
