K 10 svn:author V 4 jeff K 8 svn:date V 27 2008-03-24T04:17:35.000000Z K 7 svn:log V 343 - Don't acquire the vnode interlock in _vn_lock() unless no lock type is requested. Handle this case specially before the while loop. - Use the held vnode lock to check for VI_DOOMED. The vnode lock and interlock must both be held to set VI_DOOMED so either one held, even shared, is sufficient to check it. No objection by: kib END