K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-01-07T20:24:21.557778Z K 7 svn:log V 313 vfs: handle doomed vnodes in vdefer_inactive vgone dooms the vnode while keeping VI_OWEINACT set and then drops the interlock. vputx can pick up the interlock and pass it to vdefer_inactive since the flag is set. The race is harmless, just don't defer anything as vgone will take care of it. Reported by: pho END