]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(),
authorRobert Watson <rwatson@FreeBSD.org>
Thu, 25 Jun 2009 14:44:00 +0000 (14:44 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Thu, 25 Jun 2009 14:44:00 +0000 (14:44 +0000)
commit64aeca7b42def838e2ec2bebb76b51dc42404936
treee616bcab63fb33aa36a4613946cfe746a5c17f4f
parenta7088039752b567ff5119a28aee7dbeadf97228f
Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(),
so that it doesn't run multiple times if VIMAGE is being used.

Discussed with: bz
MFC after: 6 weeks
sys/netinet/in_var.h
sys/netinet/ip_input.c