Subject: CVS commit: src/sys/miscfs/genfs
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 02/16/2005 15:25:33
Module Name: src
Committed By: chs
Date: Wed Feb 16 15:25:33 UTC 2005
Modified Files:
src/sys/miscfs/genfs: genfs_vnops.c
Log Message:
undo the part of rev. 1.93 that turned the past-EOF check into an assertion.
read() can't request pages past EOF, but mmap() can. apparently I had
disengaged the brain when I said that was ok.
To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 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.