CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/12 01:02:43
Modified files:
sys/net : if_var.h
Log message:
say if_pcount needs NET_LOCK instead of the kernel lock.
if_pcount is only touched in ifpromisc(), and ifpromisc() needs
NET_LOCK anyway because it also modifies if_flags.
suggested by mpi@
ok visa@
