Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 01/11/2007 16:08:58
Module Name:	src
Committed By:	pooka
Date:		Thu Jan 11 16:08:58 UTC 2007

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

Log Message:
Since fsync is really putpages + fsync, check for both separately
instead of using just putpages to decide the op's faith.

And the real beef in this commit is of course a tyop fix in a comment.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/fs/puffs/puffs_vnops.c

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