Subject: CVS commit: syssrc/sys/miscfs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 01/04/2002 09:19:34
Module Name:	syssrc
Committed By:	chs
Date:		Fri Jan  4 07:19:34 UTC 2002

Modified Files:
	syssrc/sys/miscfs/nullfs: null_vnops.c
	syssrc/sys/miscfs/overlay: overlay_vnops.c
	syssrc/sys/miscfs/umapfs: umap_vnops.c

Log Message:
add the entry for layer_getpages() to the VOP tables of the
layered file systems that need it.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/miscfs/nullfs/null_vnops.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/miscfs/overlay/overlay_vnops.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/miscfs/umapfs/umap_vnops.c

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