]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Previous commit to vfs_cluster accidentally disabled read-ahead. Problem
authorJohn Dyson <dyson@FreeBSD.org>
Sat, 20 Jan 1996 23:24:16 +0000 (23:24 +0000)
committerJohn Dyson <dyson@FreeBSD.org>
Sat, 20 Jan 1996 23:24:16 +0000 (23:24 +0000)
commitf69170e601c759b34452a406187cf075ecc7de10
tree6d1ecfd55607b33b2c70ae12444db911c29c3aaf
parent9f29a57754280affa719221ef243c3251b0f510d
Previous commit to vfs_cluster accidentally disabled read-ahead.  Problem
fixed by initializing "alreadyincore" to 0 in the case of
sequential reads.
sys/kern/vfs_cluster.c