Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 11/08/2000 07:20:33
Module Name:	syssrc
Committed By:	chs
Date:		Wed Nov  8 05:20:33 UTC 2000

Modified Files:
	syssrc/sys/nfs: nfs_vnops.c

Log Message:
in nfs_flush(), only play games with B_NOCACHE for VREG vnodes.
if we do this for VBLK vnodes which are in use by softdep mounts,
brelse() will mark the buffer B_INVAL as well, which makes the
softdep code very unhappy.


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 syssrc/sys/nfs/nfs_vnops.c

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