Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2011 22:18:25 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_lookup.c
Message-ID:  <201106102218.p5AMIdKf088504@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jeff        2011-06-10 22:18:25 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ufs          ufs_lookup.c 
  Log:
  SVN rev 222954 on 2011-06-10 22:18:25Z by jeff
  
   - 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.
  
  Revision  Changes    Path
  1.108     +1 -1      src/sys/ufs/ufs/ufs_lookup.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106102218.p5AMIdKf088504>