From owner-cvs-sys Sat Jan 20 15:24:22 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA29004 for cvs-sys-outgoing; Sat, 20 Jan 1996 15:24:22 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA28997 Sat, 20 Jan 1996 15:24:19 -0800 (PST) Date: Sat, 20 Jan 1996 15:24:19 -0800 (PST) From: John Dyson Message-Id: <199601202324.PAA28997@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/01/20 15:24:18 Modified: sys/kern vfs_cluster.c Log: Previous commit to vfs_cluster accidentally disabled read-ahead. Problem fixed by initializing "alreadyincore" to 0 in the case of sequential reads. Revision Changes Path 1.33 +2 -1 src/sys/kern/vfs_cluster.c