Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 05/17/2007 13:59:23
Module Name:	src
Committed By:	pooka
Date:		Thu May 17 13:59:23 UTC 2007

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

Log Message:
Make it possible for the file server to specify the root vnode type
and other information instead of always using VDIR.  To make this
possible without races, require all root node information already
in puffs_mount() and nuke puffs_start2() and the associated start
operation completely.

requested/inspired by Tobias Nygren


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/fs/puffs/puffs_msgif.h \
    src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.34 -r1.35 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.17 -r1.18 src/sys/fs/puffs/puffs_transport.c
cvs rdiff -r1.41 -r1.42 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.