Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/06/2007 15:09:09
Module Name:	src
Committed By:	pooka
Date:		Tue Nov  6 15:09:09 UTC 2007

Modified Files:
	src/lib/libpuffs: puffs.3 puffs.c
	src/usr.sbin/puffs/mount_9p: ninepuffs.c
	src/usr.sbin/puffs/mount_psshfs: psshfs.c

Log Message:
Open the kernel descriptor as part of mount(), not init().  Then
it doesn't matter if someone fork()s or does other tricks between
init() and mount() (and besides, now it's where it logically should be).


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/lib/libpuffs/puffs.3
cvs rdiff -r1.73 -r1.74 src/lib/libpuffs/puffs.c
cvs rdiff -r1.20 -r1.21 src/usr.sbin/puffs/mount_9p/ninepuffs.c
cvs rdiff -r1.38 -r1.39 src/usr.sbin/puffs/mount_psshfs/psshfs.c

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