Date: Sun, 12 May 2002 22:08:20 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm uma_core.c Message-ID: <200205130508.g4D58Mp37910@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/05/12 22:08:19 PDT Modified files: sys/vm uma_core.c Log: Don't call the uz free function while the zone lock is held. This can lead to lock order reversals. uma_reclaim now builds a list of freeable slabs and then unlocks the zones to do all of the frees. Revision Changes Path 1.24 +21 -14 src/sys/vm/uma_core.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205130508.g4D58Mp37910>