Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Sep 1999 16:27:58 -0700 (PDT)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/gnu/ext2fs ext2_readwrite.c src/sys/isofs/cd9660 cd9660_vnops.c src/sys/msdosfs msdosfs_vfsops.c msdosfs_vnops.c src/sys/ufs/ufs ufs_readwrite.c
Message-ID:  <199909202327.QAA60632@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/09/20 16:27:58 PDT

  Modified files:
    sys/gnu/ext2fs       ext2_readwrite.c 
    sys/isofs/cd9660     cd9660_vnops.c 
    sys/msdosfs          msdosfs_vfsops.c msdosfs_vnops.c 
    sys/ufs/ufs          ufs_readwrite.c 
  Log:
      More removals of vnode->v_lastr, replaced by preexisting seqcount
      heuristic to detect sequential operation.
  
      VM-related forced clustering code removed from ufs in preparation for a
      commit to vm/vm_fault.c that does it more generally.
  
  Reviewed by: David Greenman <dg@root.com>, Alan Cox <alc@cs.rice.edu>
  
  Revision  Changes    Path
  1.18      +3 -2      src/sys/gnu/ext2fs/ext2_readwrite.c
  1.59      +5 -3      src/sys/isofs/cd9660/cd9660_vnops.c
  1.53      +3 -3      src/sys/msdosfs/msdosfs_vfsops.c
  1.90      +7 -4      src/sys/msdosfs/msdosfs_vnops.c
  1.65      +12 -79    src/sys/ufs/ufs/ufs_readwrite.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?199909202327.QAA60632>