Date: Tue, 19 Feb 2002 16:11:57 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_vnops.c Message-ID: <200202200011.g1K0Bvq41909@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/02/19 16:11:57 PST Modified files: sys/kern vfs_vnops.c Log: More cleanups relating to vm object allocation failure: make sure we call VOP_CLOSE() with vp unlocked; clean up the return path a little, in as much as our namei/vnode operation return paths can be cleared up. For a return case that was apparently never taken, this sure is ugly. Reviewed by: jeffr Revision Changes Path 1.133 +5 -1 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?200202200011.g1K0Bvq41909>