Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2001 23:09:56 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/ufs/ufs ufs_vnops.c
Message-ID:  <200108270609.f7R69uE64038@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/08/26 23:09:56 PDT

  Modified files:
    sys/kern             vfs_subr.c 
    sys/sys              vnode.h 
    sys/ufs/ufs          ufs_vnops.c 
  Log:
  If a file has been completely unlinked, stop automatically syncing the
  file.  ffs will discard any pending dirty pages when it is closed,
  so we may as well not waste time trying to clean them.  This doesn't
  stop other things from writing it out, eg: pageout, fsync(2) etc.
  
  Revision  Changes    Path
  1.318     +4 -1      src/sys/kern/vfs_subr.c
  1.154     +2 -2      src/sys/sys/vnode.h
  1.172     +3 -1      src/sys/ufs/ufs/ufs_vnops.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?200108270609.f7R69uE64038>