m_get3(): actually use the selected zone

Reported by:	markj
This commit is contained in:
Kristof Provost 2021-11-16 20:47:37 +01:00
parent 8e492101ec
commit b6cbbcae40

View File

@ -1428,7 +1428,7 @@ m_get3(int size, int how, short type, int flags)
else
zone = zone_jumbo16;
n = uma_zalloc_arg(zone_jumbop, m, how);
n = uma_zalloc_arg(zone, m, how);
if (n == NULL) {
m_free_raw(m);
return (NULL);