summaryrefslogtreecommitdiffstats
path: root/lib/msun/src
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-01-19 15:39:10 +0000
committerrwatson <rwatson@FreeBSD.org>2008-01-19 15:39:10 +0000
commitfc2cdfa748fab5134e09aac384b0adbe00fae841 (patch)
tree3fb9f17243cb70d01abff007ac9dedfc11dfb8ec /lib/msun/src
parent735d73fd1d8db41f85bb6533c1f32cc5e954e2dd (diff)
downloadFreeBSD-src-fc2cdfa748fab5134e09aac384b0adbe00fae841.zip
FreeBSD-src-fc2cdfa748fab5134e09aac384b0adbe00fae841.tar.gz
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
Diffstat (limited to 'lib/msun/src')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud