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/20/2007 20:27:04
Module Name:	src
Committed By:	pooka
Date:		Sun May 20 20:27:04 UTC 2007

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

Log Message:
In case we are really tight on vnodes, the directory vnode might
be reclaimed from under while we are warming the getattr cache.
Shuffle some code to prevent the effects.  Theoretically the race
is still possible, but I don't think it will happen in practice.
In any case, the code could benefit from some more dusting.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 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.