Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2002 16:54:32 -0800 (PST)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_softdep.c
Message-ID:  <200202070054.g170sWk95807@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2002/02/06 16:54:32 PST

  Modified files:
    sys/ufs/ffs          ffs_softdep.c 
  Log:
  Occationally deleted files would hang around for hours or days
  without being reclaimed. This bug was introduced in revision 1.95
  dealing with filenames placed in newly allocated directory blocks,
  thus is not present in 4.X systems. The bug is triggered when a
  new entry is made in a directory after the data block containing
  the original new entry has been written, but before the inode
  that references the data block has been written.
  
  Submitted by:   Bill Fenner <fenner@research.att.com>
  
  Revision  Changes    Path
  1.107     +10 -7     src/sys/ufs/ffs/ffs_softdep.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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