Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2001 16:13:13 -0700 (PDT)
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:  <200106132313.f5DNDD190584@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2001/06/13 16:13:13 PDT

  Modified files:
    sys/ufs/ffs          ffs_softdep.c 
  Log:
  Build on the change in revision 1.98 by Tor.Egge@fast.no.
  The symptom being treated in 1.98 was to avoid freeing a
  pagedep dependency if there was still a newdirblk dependency
  referencing it. That change is correct and no longer prints
  a warning message when it occurs. The other part of revision
  1.98 was to panic when a newdirblk dependency was encountered
  during a file truncation. This fix removes that panic and
  replaces it with code to find and delete the newdirblk
  dependency so that the truncation can succeed.
  
  Revision  Changes    Path
  1.99      +22 -14    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?200106132313.f5DNDD190584>