K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-09-07T16:23:06.000000Z K 7 svn:log V 691 Merge ufs_vnops.c:1.269 from HEAD to RELENG_5: Allow removal of empty directories with high link counts. These can occur on a filesystem running with soft updates after a crash and before a background fsck has been run. To prevent discrepancies from arising in a background fsck that may already be running, the directory is removed but its inode is not freed and is left with the residual reference count. When encountered by the background fsck it will be reclaimed. This change was present at the time of the RELENG_6 branch point, so does not need to be merged to RELENG_6. Approved by: mckusick Bumped into by: Mikhail Teterin END