Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 04/11/2007 21:03:06
Module Name:	src
Committed By:	pooka
Date:		Wed Apr 11 21:03:05 UTC 2007

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

Log Message:
* support VFS_FHTOVP and VFS_VPTOFH
* support cookies in for VOP_READDIR

nfs exporting puffs file systems works now


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.32 -r1.33 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.57 -r1.58 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.