K 10 svn:author V 3 kib K 8 svn:date V 27 2009-09-15T12:51:22.030815Z K 7 svn:log V 284 MFC r196888: The clear_remove() and clear_inodedeps() call vn_start_write(NULL, &mp, V_NOWAIT) on the non-busied mount point. Unmount might free ufs-specific mp data, causing ffs_vgetf() to access freed memory. Busy mountpoint before dropping softdep lk. Approved by: re (kensmith) END