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: 08/23/2007 15:19:40
Module Name:	src
Committed By:	pooka
Date:		Thu Aug 23 15:19:40 UTC 2007

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

Log Message:
Prevent crash in case there is more than one reader for the same
directory concurrently.  Might need to revisit the method used here
later, though.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/usr.sbin/puffs/mount_psshfs/node.c
cvs rdiff -r1.22 -r1.23 src/usr.sbin/puffs/mount_psshfs/psshfs.h
cvs rdiff -r1.25 -r1.26 src/usr.sbin/puffs/mount_psshfs/subr.c

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