Date: Thu, 22 Aug 2002 00:57:43 -0700 (PDT) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c Message-ID: <200208220757.g7M7vhEi031321@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/08/22 00:57:43 PDT Modified files: sys/kern vfs_vnops.c Log: - Closer inspection revealed a possible deadlock situation in vn_lock() that was introduced by my last commit but not caught by stress testing. Fix that and slightly restructure the code so that it is more readable. Revision Changes Path 1.170 +13 -16 src/sys/kern/vfs_vnops.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?200208220757.g7M7vhEi031321>