Date: Wed, 21 Aug 2002 23:58:11 -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: <200208220658.g7M6wBSG016451@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2002/08/21 23:58:11 PDT Modified files: sys/kern vfs_vnops.c Log: - Fix interlock handling in vn_lock(). Previously, vn_lock() could return with interlock held in error conditions when the caller did not specify LK_INTERLOCK. - Add several comments to vn_lock() describing the rational behind the code flow since it was not immediately obvious. Revision Changes Path 1.167 +12 -10 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?200208220658.g7M6wBSG016451>