Subject: CVS commit: syssrc/sys/miscfs/genfs
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 11/30/2001 17:18:42
Module Name: syssrc
Committed By: christos
Date: Fri Nov 30 15:18:41 UTC 2001
Modified Files:
syssrc/sys/miscfs/genfs: genfs_vnops.c
Log Message:
PR/14781: Matthew Fredette: Clamp the number of read-ahead pages to 16 because
other code has this limit. Also while I am here, convert the magic 16 into
a #define constant and use it in the appropriate places. This is a temporary
fix, since all this read-ahead business is XXXUBC anyway.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 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.