K 10 svn:author V 3 kib K 8 svn:date V 27 2010-11-24T12:30:41.387701Z K 7 svn:log V 316 Allow shared-locked vnode to be passed to vunref(9). When shared-locked vnode is supplied as an argument to vunref(9) and resulting usecount is 0, set VI_OWEINACT and do not try to upgrade vnode lock. The later could cause vnode unlock, allowing the vnode to be reclaimed meantime. Tested by: pho MFC after: 1 week END