K 10 svn:author V 3 mjg K 8 svn:date V 27 2020-01-30T02:12:52.468788Z K 7 svn:log V 311 vfs: unlazy before dooming the vnode With this change having the listmtx lock held postpones dooming the vnode. Use this fact to simplify iteration over the lazy list. It also allows filters to safely access ->v_data. Reviewed by: kib (early version) Differential Revision: https://reviews.freebsd.org/D23397 END