Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2000 17:33:06 -0800 (PST)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/contrib/softupdates ffs_softdep.c
Message-ID:  <200001180133.RAA49088@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2000/01/17 17:33:06 PST

  Modified files:
    sys/contrib/softupdates ffs_softdep.c 
  Log:
  During fastpath processing for removal of a short-lived inode, the
  set of restrictions for cancelling an inode dependency (inodedep)
  is somewhat stronger than originally coded. Since this check appears
  in two places, we codify it into the function check_inode_unwritten
  which we then call from the two sites, one freeing blocks and the
  other freeing directory entries.
  
  Submitted by:	Steinar Haug via Matthew Dillon
  
  Revision  Changes    Path
  1.56      +57 -49    src/sys/contrib/softupdates/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?200001180133.RAA49088>