cvs commit: src/sys/kern vfs_cluster.c src/sys/ufs/ffs ffs_vfsops.c

Tor Egge tegge at FreeBSD.org
Wed Mar 22 17:54:53 UTC 2006


tegge       2006-03-22 17:54:51 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             vfs_cluster.c 
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  MFC: Let snapshots make a copy of old contents for all buffers taking part
       in a cluster instead of just the first buffer.
  
       Delay buf_start() calls until snapshots have a copy of old content.
  
       Allow compilation when not using softupdates.
  
       Remove unused leaked debug function prototype.
  
  PR:             kern/93942
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.166.2.3  +0 -5      src/sys/kern/vfs_cluster.c
  1.290.2.9  +36 -11    src/sys/ufs/ffs/ffs_vfsops.c


More information about the cvs-src mailing list