Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 08/23/2007 14:36:50
Module Name:	src
Committed By:	pooka
Date:		Thu Aug 23 14:36:50 UTC 2007

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

Log Message:
Add a third type of fh option, passthrough, where the kernel does
not attempt to handle struct fid at all and passes it as such to
userspace.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.53 -r1.54 src/sys/fs/puffs/puffs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.