Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 02/27/2001 04:57:02
Module Name: syssrc
Committed By: chs
Date: Tue Feb 27 02:57:02 UTC 2001
Modified Files:
syssrc/sys/miscfs/genfs: genfs_vnops.c
Log Message:
distinguish between a file's in-memory EOF (which marks the offset at
which we disallow creation of page cache pages) and its on-disk EOF
(which marks the offset at which there is not (yet) data on disk that
we need to read when creating pages). for requests with PGO_PASTEOF,
the in-memory EOF maybe be much larger than the on-disk EOF.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/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.