cvs commit: src/sys/kern vfs_cluster.c
Jeff Roberson
jeff at FreeBSD.org
Sat Mar 29 18:57:37 PST 2003
jeff 2003/03/29 18:57:32 PST
FreeBSD src repository
Modified files:
sys/kern vfs_cluster.c
Log:
- We are not guaranteed that read ahead blocks are not in memory already.
Check for B_DELWRI as well as B_CACHED before issuing io on a buffer. This
is especially important since we are changing the b_iocmd.
Revision Changes Path
1.136 +9 -1 src/sys/kern/vfs_cluster.c
More information about the cvs-src
mailing list