K 10 svn:author V 4 jeff K 8 svn:date V 27 2011-06-10T22:18:25.740236Z K 7 svn:log V 315 - If the fsync in ufs_direnter fails SUJ can later panic because we have partially added a name. Allow ufs_direnter() to continue in the hopes that it is a transient error. If it is not, the directory is corrupted already from IO errors and writing this new block is not likely to make things worse. END