Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2010 07:07:29 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/fsck_ffs suj.c
Message-ID:  <201007060707.o6677lhs053970@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2010-07-06 07:07:29 UTC

  FreeBSD src repository

  Modified files:
    sbin/fsck_ffs        suj.c 
  Log:
  SVN rev 209716 on 2010-07-06 07:07:29Z by jeff
  
   - Permit zero length directories as a handled inconsistency.  This allows
     directory truncation to proceed before the link has been cleared.  This
     is accomplished by detecting a directory with no . or .. links and
     clearing the named directory entry in the parent.
   - Add a new function ino_remref() which handles the details of removing
     a reference to an inode as a result of a lost directory.  There were
     some minor errors in various subcases of this routine.
  
  Revision  Changes    Path
  1.4       +115 -46   src/sbin/fsck_ffs/suj.c



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