Subject: CVS commit: src/sys/miscfs/genfs
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 01/25/2005 09:50:31
Module Name: src
Committed By: drochner
Date: Tue Jan 25 09:50:31 UTC 2005
Modified Files:
src/sys/miscfs/genfs: genfs_vnops.c
Log Message:
-in the read-ahead code, avoid to issue read requests at/past EOF
-because noone should request reads past EOF, or writes past EOF which
are not explicitely marked as file-extending (PGO_PASTEOF), turn
a boundary check into a KASSERT
approved by Chuck Silvers
To generate a diff of this commit:
cvs rdiff -r1.92 -r1.93 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.