Subject: CVS commit: syssrc/sys/miscfs/genfs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 12/31/2001 08:44:58
Module Name:	syssrc
Committed By:	chs
Date:		Mon Dec 31 06:44:58 UTC 2001

Modified Files:
	syssrc/sys/miscfs/genfs: genfs_vnops.c

Log Message:
in genfs_gop_write(), actually set the B_ASYNC flag on buffers that we're
not going to wait for.  this doesn't matter for real devices since we call
VOP_STRATEGY() directly, but NFS uses this flag to decide whether or not
to hand the buffer off to an nfsiod thread.


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 syssrc/sys/miscfs/genfs/genfs_vnops.c

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