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:   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.




Home | Main Index | Thread Index | Old Index