Date: Wed, 16 Jun 1999 08:54:32 -0700 (PDT) From: David Greenman <dg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_cluster.c Message-ID: <199906161554.IAA36489@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dg 1999/06/16 08:54:32 PDT
Modified files:
sys/kern vfs_cluster.c
Log:
Changed trypbuf to a getpbuf to work around a problem where redundant writes
would occur when clustering them - caused by running out of buffers
and taking a degenerate code path as a result. It appears that waiting
instead for buffers to become available is okay.
Submitted by: Matthew Dillon <dillon@apollo.backplane.com>
Discovered by: Craig A Soules <soules+@andrew.cmu.edu>
Revision Changes Path
1.82 +2 -2 src/sys/kern/vfs_cluster.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906161554.IAA36489>
