Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 05/25/2005 11:07:13
Module Name: src
Committed By: hannken
Date: Wed May 25 11:07:13 UTC 2005
Modified Files:
src/sys/ufs/ffs: ffs_snapshot.c
Log Message:
- Use an empty snap block list to set the initial file size. Snapshot is
now valid from the beginning. No need to copy the last fs block two times.
- No need to allocate the cylinder group blocks twice.
- cgbuf -> sbbuf
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/ufs/ffs/ffs_snapshot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.