Date: Sun, 6 Oct 1996 00:50:08 -0700 (PDT) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_cluster.c vfs_bio.c Message-ID: <199610060750.AAA22228@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/10/06 00:50:07 Modified: sys/kern vfs_cluster.c vfs_bio.c Log: Fix 4 problems: Major: When blocking occurs in allocbuf() for VMIO files, excess wire counts could accumulate. Major: Pages are incorrectly accumulated into the physical buffer for clustered reads. This happens when bogus page is needed. Minor: When reclaiming buffers, the async flag on the buffer needs to be zero, or the reclaim is not optimal. Minor: The age flag should be cleared, if a buffer is wanted. Revision Changes Path 1.38 +10 -4 src/sys/kern/vfs_cluster.c 1.103 +19 -10 src/sys/kern/vfs_bio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610060750.AAA22228>