Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/09/2007 23:10:23
Module Name:	src
Committed By:	pooka
Date:		Tue Jan  9 23:10:23 UTC 2007

Modified Files:
	src/sys/fs/puffs: puffs_vfsops.c

Log Message:
In vfs_sync(), call VOP_PUTPAGES() for dirty vnodes directly instead
of rolling around VOP_FSYNC().  The user server will be given the
VFS_SYNC instruction and it can do its own equivalent of VOP_FSYNC()
if it pleases, no need for the kernel to explicitly issue #{vnodes}
FSYNCs.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/fs/puffs/puffs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.