Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 12/10/2006 22:37:04
Module Name:	src
Committed By:	pooka
Date:		Sun Dec 10 22:37:04 UTC 2006

Modified Files:
	src/sys/fs/puffs: puffs_msgif.c

Log Message:
PCATCH in tsleep while waiting for operations in getop.  Otherwise
we could end up in an unkillable deadlock if GETOP was called when
an operation that had locked the root vnode was already in userspace.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/fs/puffs/puffs_msgif.c

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