CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/12/15 06:04:04
Modified files:
sys/dev : softraid.c
Log message:
Explicitly lock the vnode when deleting a volume. This avoids a potential
panic that is caused by vnode aliasing, where checkalias() switches the
vnode ops for our vnode. This means that we end up using ufs unlocking
rather than specfs unlocking (which is a no-op).
ok marco@
