Subject: CVS commit: src/lib/libpuffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 05/17/2007 14:03:13
Module Name:	src
Committed By:	pooka
Date:		Thu May 17 14:03:13 UTC 2007

Modified Files:
	src/lib/libpuffs: puffs.c puffs.h

Log Message:
Reflect kernel changes for supplying root node information in mount
instead of puffs_start().  Get completely rid of puffs_start(), as
everything it used to do is now handled by the mount routine.
Introduce an optional pre-mount call puffs_setrootinfo() for setting
non-default root node information.  As the old puffs_mount() is
now virtually useless, say byebye to it and rename the old
puffs_domount() to puffs_mount(), but add a root cookie parameter
to compensate for the late puffs_start().


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/lib/libpuffs/puffs.c
cvs rdiff -r1.57 -r1.58 src/lib/libpuffs/puffs.h

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