Robert Watson 96b1e9b015 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
2008-01-19 15:39:10 +00:00
..
2008-01-16 07:00:55 +00:00
2008-01-15 18:34:47 +00:00
2008-01-10 00:26:47 +00:00
2007-12-24 01:01:59 +00:00
2008-01-08 19:08:58 +00:00
2008-01-15 01:10:31 +00:00
2008-01-18 19:57:21 +00:00