Date: Sat, 19 Jan 2008 15:39:10 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/coda coda_vnops.c Message-ID: <200801191539.m0JFdAJx048451@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-01-19 15:39:10 UTC FreeBSD src repository Modified files: sys/fs/coda coda_vnops.c Log: Don't acquire an additional vnode reference to a vnode when it is opened and then release it when it is closed: we rely on the caller to keep the vnode around with a valid reference. This avoids vrele() destroying the vnode vop_close() is being called from during a call to vop_close(), and a crash due to lockmgr recursing the vnode lock when a Coda unmount occurs. MFC after: 3 days Revision Changes Path 1.82 +0 -5 src/sys/fs/coda/coda_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801191539.m0JFdAJx048451>