K 10 svn:author V 3 pho K 8 svn:date V 27 2010-04-18T12:50:26.971984Z K 7 svn:log V 332 Fix incorrect assertion. If the caller passed in no lock flags (i.e. just checking the vnode for validity) then there is a window between the VI_UNLOCK() in _vn_lock(9) and the subsequent VI_LOCK() in vget() where another thread could have set VI_DOOMED. Submitted by: Matthew Fleming Reviewed by: kib END