Mfp: r296260

The tcp_inpcb (pcbinfo) zone should be safe to destroy.

PR:		164763
Reviewed by:	gnn
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D5732
This commit is contained in:
Bjoern A. Zeeb 2016-04-09 11:27:47 +00:00
parent a09ecc1326
commit 8586a9635f

View File

@ -654,8 +654,7 @@ tcp_init(void)
hashsize); hashsize);
} }
in_pcbinfo_init(&V_tcbinfo, "tcp", &V_tcb, hashsize, hashsize, in_pcbinfo_init(&V_tcbinfo, "tcp", &V_tcb, hashsize, hashsize,
"tcp_inpcb", tcp_inpcb_init, NULL, UMA_ZONE_NOFREE, "tcp_inpcb", tcp_inpcb_init, NULL, 0, IPI_HASHFIELDS_4TUPLE);
IPI_HASHFIELDS_4TUPLE);
/* /*
* These have to be type stable for the benefit of the timers. * These have to be type stable for the benefit of the timers.