K 10 svn:author V 3 kib K 8 svn:date V 27 2009-09-06T11:46:51.679507Z K 7 svn:log V 306 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. Noted and reviewed by: tegge Tested by: pho MFC after: 1 week END