Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/miscfs/genfs
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.
Home |
Main Index |
Thread Index |
Old Index