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: 12/09/2007 18:05:42
Module Name: src
Committed By: pooka
Date: Sun Dec 9 18:05:42 UTC 2007
Modified Files:
src/usr.sbin/puffs/mount_psshfs: node.c
Log Message:
When creating a node, do the server-dance before creating the local
data structure. This avoids a race between create and lookup, as
the kernel now unlock the directory before the create operation
returns.
To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/usr.sbin/puffs/mount_psshfs/node.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.