Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Juergen Hannken-Illjes <hannken@netbsd.org>
List: source-changes
Date: 08/18/2007 10:11:02
Module Name:	src
Committed By:	hannken
Date:		Sat Aug 18 10:11:02 UTC 2007

Modified Files:
	src/sys/ufs/ffs: ffs_snapshot.c

Log Message:
- Use a mutex to protect snapinfo.
- Move the snapshot lock to snapinfo.
- ffs_snapblkfree(),ffs_copyonwrite(): replace lockmgr() with VOP_LOCK().


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