ume 2003/10/24 09:57:59 PDT
FreeBSD src repository
Modified files:
sys/net if.c if_var.h
Log:
Since dp->dom_ifattach calls malloc() with M_WAITOK, we cannot
use mutex lock directly here. Protect ifp->if_afdata instead.
Reported by: grehan
Revision Changes Path
1.171 +21 -2 src/sys/net/if.c
1.60 +9 -0 src/sys/net/if_var.h