K 10 svn:author V 7 rwatson K 8 svn:date V 27 2008-01-19T15:39:10.000000Z K 7 svn:log V 387 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 END