K 10 svn:author V 5 tegge K 8 svn:date V 27 2006-03-11T01:08:37.000000Z K 7 svn:log V 358 Block secondary writes while expunging active unlinked files. Fix detection of active unlinked files by checking VI_OWEINACT and VI_DOINGINACT in addition to v_usecount. Defer inactive handling for unlinked files if the file system is mostly suspended (secondary writes being blocked). Perform deferred inactive handling after the file system is resumed. END