Module Name: src Committed By: jdolecek Date: Tue May 5 09:22:24 UTC 2020
Modified Files:
src/sys/net: if.c
Log Message:
add a NOMPSAFE comment for if_mcast_op(), it is called from context
which doesn't hold IFNET_LOCK() in some cases, and calls if_ioctl
this needs to be sorted out for NET_MPSAFE
To generate a diff of this commit:
cvs rdiff -u -r1.475 -r1.476 src/sys/net/if.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
