Date: Sat, 29 Mar 2003 18:57:32 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cluster.c Message-ID: <200303300257.h2U2vXJi044367@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303300257.h2U2vXJi044367>
