Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 07/20/2007 16:46:45
Module Name:	src
Committed By:	pooka
Date:		Fri Jul 20 16:46:45 UTC 2007

Modified Files:
	src/sys/fs/msdosfs: msdosfs_vfsops.c
	src/sys/fs/smbfs: smbfs_vfsops.c
	src/sys/nfs: nfs_vfsops.c
	src/sys/ufs/ext2fs: ext2fs_vfsops.c
	src/sys/ufs/ffs: ffs_vfsops.c ffs_vnops.c

Log Message:
In sync, skip over vnodes based on if they are clean rather than
if they have pages.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/fs/msdosfs/msdosfs_vfsops.c
cvs rdiff -r1.67 -r1.68 src/sys/fs/smbfs/smbfs_vfsops.c
cvs rdiff -r1.179 -r1.180 src/sys/nfs/nfs_vfsops.c
cvs rdiff -r1.114 -r1.115 src/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.205 -r1.206 src/sys/ufs/ffs/ffs_vfsops.c
cvs rdiff -r1.88 -r1.89 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.