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

Modified Files:
	syssrc/sys/miscfs/syncfs: sync_vnops.c

Log Message:
add a VOP_PUTPAGES method for all the filesystems that don't have pages.
do all the work for destroying syncfs vnodes in vfs_deallocate_syncvnode()
to make some new assertions work out.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/miscfs/syncfs/sync_vnops.c

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