Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/27/2006 19:01:48
Module Name:	src
Committed By:	pooka
Date:		Fri Oct 27 19:01:48 UTC 2006

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

Log Message:
Use spec_fsync for specops vop_fsync: it knows about vflushbuf(), which
is more than what puffs currently knows.  makes e.g. ffs unmount for a
puffs-based device node work.


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