Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/17/2006 17:48:02
Module Name:	src
Committed By:	pooka
Date:		Fri Nov 17 17:48:02 UTC 2006

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

Log Message:
Introduce uncached operation, makes sense when the file system backend
can be modified from elsewhere than the file system interface


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.7 -r1.8 src/sys/fs/puffs/puffs_sys.h \
    src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.10 -r1.11 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.