Subject: CVS commit: src/usr.sbin/puffs/mount_psshfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 05/06/2007 19:48:51
Module Name:	src
Committed By:	pooka
Date:		Sun May  6 19:48:51 UTC 2007

Modified Files:
	src/usr.sbin/puffs/mount_psshfs: node.c psshfs.c psshfs.h

Log Message:
Open files in open and close them in inactive.  This avoids the
silly and problematic chmod + open + "un"chmod in write, among
other things.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/usr.sbin/puffs/mount_psshfs/node.c
cvs rdiff -r1.18 -r1.19 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -r1.11 -r1.12 src/usr.sbin/puffs/mount_psshfs/psshfs.h

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