Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 12/06/2001 06:34:35
Module Name:	syssrc
Committed By:	chs
Date:		Thu Dec  6 04:34:34 UTC 2001

Modified Files:
	syssrc/sys/kern: vfs_subr.c

Log Message:
in vinvalbuf(), vtruncbuf() and vflushbuf(), don't skip calling
VOP_PUTPAGES() just because the vnode has no pages.  layered filesystems
will want to pass these calls on through to the underlying filesystem,
and non-layered filesystems may need to remove the vnode from the
syncer queues.  fix up MP locking and add some locking assertions.
fixes PRs 12284 and 14640.


To generate a diff of this commit:
cvs rdiff -r1.165 -r1.166 syssrc/sys/kern/vfs_subr.c

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