Date: Sat, 2 Aug 2003 15:40:27 -0700 (PDT) From: Bosko Milekic <bmilekic@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c Message-ID: <200308022240.h72MeRC2040374@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bmilekic 2003/08/02 15:40:27 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: When INVARIANTS is on and we're in uma_zalloc_free(), we need to make sure that uma_dbg_free() is called if we're about to call uma_zfree_internal() but we're asking it to skip the dtor and uma_dbg_free() call itself. So, if we're about to call uma_zfree_internal() from uma_zfree_arg() and skip == 1, call uma_dbg_free() ourselves. Revision Changes Path 1.71 +15 -0 src/sys/vm/uma_core.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308022240.h72MeRC2040374>