Date: Mon, 5 Aug 2002 03:15:57 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200208051015.g75AFvmh045096@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/08/05 03:15:57 PDT Modified files: sys/kern vfs_subr.c Log: - Move some logic from getnewvnode() to a new function vcanrecycle() - Unlock the free list mutex around vcanrecycle to prevent a lock order reversal. Revision Changes Path 1.389 +95 -69 src/sys/kern/vfs_subr.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?200208051015.g75AFvmh045096>