CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/21 08:20:03
Modified files:
sys/net : if_loop.c
Log message:
Grab the non-exclusive net lock to read-only traverse the interface list
Destroying lo(4) interfaces checks for other interfaces in the same
rdomain(4) first which does not modify anything, so allow other readers.
All interface ioctl(2)s currently run with the kernel lock held, so this
should not make a real difference...
OK mvs
