K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-09-16T16:15:38.050726Z K 7 svn:log V 329 vdropl() drops the vnode interlock. Thus, the code in the QUOTA case that upgrades the vnode lock if it is share locked was dropping the interlock before actually checking VI_DOOMED. Fix this by do the vdropl() after the check and relying on it to drop the vnode interlock. Reported by: pho Reviewed by: kib MFC after: 1 week END