summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorzec <zec@FreeBSD.org>2009-04-26 22:06:42 +0000
committerzec <zec@FreeBSD.org>2009-04-26 22:06:42 +0000
commit8d976eab5c2cbc080800be588a8572ebec4a7795 (patch)
tree1c2ccb403d29ceb85ca7992b6b96623f561c79db /sys/netinet/udp_usrreq.c
parent1e44d091e1be67e4c879788035a2a9161eace942 (diff)
downloadFreeBSD-src-8d976eab5c2cbc080800be588a8572ebec4a7795.zip
FreeBSD-src-8d976eab5c2cbc080800be588a8572ebec4a7795.tar.gz
In preparation for turning on options VIMAGE in next commits,
rearrange / replace / adjust several INIT_VNET_* initializer macros, all of which currently resolve to whitespace. Reviewed by: bz (an older version of the patch) Approved by: julian (mentor)
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index 084b485..f2359eb 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -155,6 +155,7 @@ static int udp_output(struct inpcb *, struct mbuf *, struct sockaddr *,
static void
udp_zone_change(void *tag)
{
+ INIT_VNET_INET(curvnet);
uma_zone_set_max(V_udbinfo.ipi_zone, maxsockets);
}
OpenPOWER on IntegriCloud