Subject: CVS commit: [netbsd-3] src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 04/25/2005 13:37:23
Module Name:	src
Committed By:	tron
Date:		Mon Apr 25 13:37:23 UTC 2005

Modified Files:
	src/sys/ufs/ffs [netbsd-3]: ffs_snapshot.c

Log Message:
Pull up revision 1.13 (requested by hannken in ticket #197):
Fix an inconsistency where the last block of the snapshot contains old data.
The last block of the file system is written to the snapshot before the
file system is suspended.  If the last cylinder group is modified after
the file system is suspended the last block of the snapshot may contain
old data.  So update this block again.


To generate a diff of this commit:
cvs rdiff -r1.11.2.1 -r1.11.2.2 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.