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

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

Log Message:
We don't handle fsync in checkop anymore, so direct the fifoop fsync
also to a place less panicy, namely fifo_fsync (because currently the
metadata information is update when the node is changed.  This will
probably change soon, though).


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