Subject: CVS commit: [vmlocking] src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 08/30/2007 09:55:15
Module Name: src
Committed By: ad
Date: Thu Aug 30 09:55:15 UTC 2007
Modified Files:
src/sys/ufs/ffs [vmlocking]: ffs_snapshot.c ffs_softdep.c ffs_vnops.c
Log Message:
bufcache_lock is sufficient to inspect v_dirtyblkhd, vp->v_interlock is only
needed to modify.
To generate a diff of this commit:
cvs rdiff -r1.43.2.9 -r1.43.2.10 src/sys/ufs/ffs/ffs_snapshot.c
cvs rdiff -r1.86.2.20 -r1.86.2.21 src/sys/ufs/ffs/ffs_softdep.c
cvs rdiff -r1.86.4.10 -r1.86.4.11 src/sys/ufs/ffs/ffs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.