From owner-svn-src-projects@freebsd.org Thu Mar 3 10:43:24 2016 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DCF4DA93066 for ; Thu, 3 Mar 2016 10:43:24 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AAA4A6CF; Thu, 3 Mar 2016 10:43:24 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u23AhNVY001831; Thu, 3 Mar 2016 10:43:23 GMT (envelope-from bz@FreeBSD.org) Received: (from bz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u23AhN4w001830; Thu, 3 Mar 2016 10:43:23 GMT (envelope-from bz@FreeBSD.org) Message-Id: <201603031043.u23AhN4w001830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bz set sender to bz@FreeBSD.org using -f From: "Bjoern A. Zeeb" Date: Thu, 3 Mar 2016 10:43:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r296346 - projects/vnet/sys/netinet X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2016 10:43:25 -0000 Author: bz Date: Thu Mar 3 10:43:23 2016 New Revision: 296346 URL: https://svnweb.freebsd.org/changeset/base/296346 Log: No reason identified to keep UMA_ZONE_NOFREE here. Sponsored by: The FreeBSD Foundation Modified: projects/vnet/sys/netinet/ip_divert.c Modified: projects/vnet/sys/netinet/ip_divert.c ============================================================================== --- projects/vnet/sys/netinet/ip_divert.c Thu Mar 3 10:27:08 2016 (r296345) +++ projects/vnet/sys/netinet/ip_divert.c Thu Mar 3 10:43:23 2016 (r296346) @@ -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