Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 10/26/2006 13:42:21
Module Name:	src
Committed By:	pooka
Date:		Thu Oct 26 13:42:21 UTC 2006

Modified Files:
	src/sys/fs/puffs: puffs_subr.c puffs_vnops.c

Log Message:
Fix operations creating new nodes to honor the vnode locking protocol
if the userspace server returns an error.  Fixes lockups if any
of the following operations failed: create, mknod, mkdir, symlink


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.3 -r1.4 src/sys/fs/puffs/puffs_vnops.c

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