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

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

Log Message:
Give the file server the ability to specify the file handle length
instead of defining a static length file handle on the framework-level.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.31 -r1.32 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.37 -r1.38 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.58 -r1.59 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.