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
This commit is contained in:
parent
6f42f1ad0c
commit
7d6c3b6b6e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user