Date: Fri, 5 Jul 2002 14:39:53 -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: <200207052139.g65Ldr1R004066@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/07/05 14:39:53 PDT Modified files: sys/vm uma_core.c Log: Fix a lock order reversal in uma_zdestroy. The uma_mtx needs to be held across calls to zone_drain(). Noticed by: scottl Revision Changes Path 1.34 +4 -4 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?200207052139.g65Ldr1R004066>