Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 12/30/2006 01:29:03
Module Name:	src
Committed By:	pooka
Date:		Sat Dec 30 01:29:03 UTC 2006

Modified Files:
	src/sys/fs/puffs: puffs_subr.c puffs_sys.h puffs_vnops.c

Log Message:
* use PUFFS_KFLAG_NOCACHE to also signal that we don't want the namecache
* enter files into the namecache immediately when new nodes are created
  (if it's a caching mount, of course)


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.15 -r1.16 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.22 -r1.23 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.