cvs commit: src/sys/kern vfs_cluster.c src/sys/ufs/ffs ffs_vfsops.c
Tor Egge
tegge at FreeBSD.org
Sun Mar 19 21:43:38 UTC 2006
tegge 2006-03-19 21:43:36 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_cluster.c
sys/ufs/ffs ffs_vfsops.c
Log:
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.
PR: kern/93942
Revision Changes Path
1.171 +1 -5 src/sys/kern/vfs_cluster.c
1.305 +38 -11 src/sys/ufs/ffs/ffs_vfsops.c
More information about the cvs-src
mailing list