Date: Fri, 22 Mar 2002 14:21:41 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 8216 for review Message-ID: <200203222221.g2MMLfQ35939@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8216 Change 8216 by rwatson@rwatson_curry on 2002/03/22 14:21:04 Use UMA zone interface, not old zone allocator. Affected files ... ... //depot/projects/trustedbsd/mac/sys/kern/vfs_lookup.c#10 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/kern/vfs_lookup.c#10 (text+ko) ==== @@ -279,7 +279,7 @@ error = 0; } if (error) { - zfree(namei_zone, cnp->cn_pnbuf); + uma_zfree(namei_zone, cnp->cn_pnbuf); if (ndp->ni_vp != NULL) { if (ndp->ni_vp != ndp->ni_dvp) vput(ndp->ni_vp); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203222221.g2MMLfQ35939>