Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 12/27/2000 06:47:44
Module Name:	syssrc
Committed By:	chs
Date:		Wed Dec 27 04:47:44 UTC 2000

Modified Files:
	syssrc/sys/miscfs/genfs: genfs_vnops.c

Log Message:
several bugs:
 - in genfs_getpages() don't start read-ahead if we get an error on the
   sync read, and always start read-ahead after the range of the sync read
   if we do any at all.
 - off-by-one error in genfs_size().


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 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.