Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 May 1999 18:26:50 -0700 (PDT)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/sys/softupdates ffs_softdep.c
Message-ID:  <199905140126.SAA78490@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    1999/05/13 18:26:50 PDT

  Modified files:
    contrib/sys/softupdates ffs_softdep.c 
  Log:
  Add a hook to ffs_fsync to allow soft updates to get first chance at doing
  a sync on the block device for the filesystem. That allows it to push the
  bitmap blocks before the inode blocks which greatly reduces the number of
  inode rollbacks that need to be done.
  
  Revision  Changes    Path
  1.28      +97 -28    src/contrib/sys/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?199905140126.SAA78490>