Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 02/08/2007 04:52:23
Module Name:	src
Committed By:	pooka
Date:		Thu Feb  8 04:52:23 UTC 2007

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

Log Message:
Don't block and wait for file server response in case strategy is
run in pagedaemon context: it gives the file server way more control
over the fate of the entire kernel than what we're comfortable with.


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