Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2001 11:45:41 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_dirhash.c
Message-ID:  <200107271845.f6RIjf100866@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2001/07/27 11:45:41 PDT

  Modified files:
    sys/ufs/ufs          ufs_dirhash.c 
  Log:
  Disable the dirhash sanity check that panics if an unused directory
  entry (d_ino == 0) is found in a position that is not the start of
  a DIRBLKSIZ block.
  
  While such entries cannot occur normally (ufs always extends the
  previous entry to cover the free space instead), they do not cause
  problems and fsck does not fix them, so panicking is bad.
  
  Revision  Changes    Path
  1.3       +9 -1      src/sys/ufs/ufs/ufs_dirhash.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?200107271845.f6RIjf100866>