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: 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.
Home |
Main Index |
Thread Index |
Old Index