1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/ufs
Jeff Roberson 5aa336ed20 - 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.
2011-06-10 22:18:25 +00:00
..
ffs Grammer fix in comment. 2011-06-05 22:36:30 +00:00
ufs - If the fsync in ufs_direnter fails SUJ can later panic because we have 2011-06-10 22:18:25 +00:00