m_getjcl() should return the address of the mbuf, not the

cluster.

Found by:	glebius
This commit is contained in:
Andre Oppermann 2006-01-20 13:06:22 +00:00
parent 5eb5c9639a
commit f33bf4a394
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154575

View File

@ -438,7 +438,7 @@ m_getjcl(int how, short type, int flags, int size)
n = uma_zalloc_arg(zone, m, how);
if (n == NULL)
uma_zfree(zone_mbuf, m);
return n;
return m;
}
static __inline