Subject: CVS commit: src/sys/miscfs/genfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 11/12/2005 22:29:53
Module Name:	src
Committed By:	yamt
Date:		Sat Nov 12 22:29:53 UTC 2005

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

Log Message:
genfs_getpages:
- add an assertion.
- call VOP_STRATEGY of underlying vnode directly, rather than
  through the filesystem vnode.
- no need to set b_dev here because VOP_STRATEGY will take care of it.


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 src/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.