summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2016-04-09 10:39:54 +0000
committerbz <bz@FreeBSD.org>2016-04-09 10:39:54 +0000
commit7d6c3b6b6e74b8826f1bb373e8ae0be0d53553f4 (patch)
treeb38012995c959a7449825995c9ecaaf2db1d57a6
parent6f42f1ad0cb8445a8de04e668c623c72283cce2c (diff)
downloadFreeBSD-src-7d6c3b6b6e74b8826f1bb373e8ae0be0d53553f4.zip
FreeBSD-src-7d6c3b6b6e74b8826f1bb373e8ae0be0d53553f4.tar.gz
Mfp: r296346
No reason identified to keep UMA_ZONE_NOFREE here. Reviewed by: gnn MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5736
-rw-r--r--sys/netinet/ip_divert.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c
index 3e3bc94..f23a3a8 100644
--- a/sys/netinet/ip_divert.c
+++ b/sys/netinet/ip_divert.c
@@ -158,8 +158,7 @@ div_init(void)
* place for hashbase == NULL.
*/
in_pcbinfo_init(&V_divcbinfo, "div", &V_divcb, 1, 1, "divcb",
- div_inpcb_init, div_inpcb_fini, UMA_ZONE_NOFREE,
- IPI_HASHFIELDS_NONE);
+ div_inpcb_init, div_inpcb_fini, 0, IPI_HASHFIELDS_NONE);
}
static void
OpenPOWER on IntegriCloud