Date: Sat, 7 Dec 2002 21:06:50 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200212080506.gB856oMd006889@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/12/07 21:06:50 PST Modified files: sys/kern vfs_subr.c Log: To avoid lock order reversals in getnewvnode(), the call to uma_zfree() must be delayed until the vnode interlock is released. Reported by: kris@ Approved by: re (jhb) Revision Changes Path 1.421 +11 -3 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?200212080506.gB856oMd006889>