Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 08/13/2007 09:48:55
Module Name:	src
Committed By:	pooka
Date:		Mon Aug 13 09:48:55 UTC 2007

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

Log Message:
* don't call VOP_ACCESS in lookup, that's the file system's problem
* be more careful with r/o fs to catch EEXIST in lookup CREATE
* some comment polish


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