Date: Tue, 6 Apr 1999 19:42:16 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <199904070242.TAA54563@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 1999/04/06 19:42:13 PDT Modified files: sys/kern vfs_bio.c Log: Fix a performance problem with the new getnewbuf() code: in an outofspace condition ( bufspace > hibufspace ), an inappropriate scan of the empty queue was performed looking for buffer space to free up. Submitted by: Matthew Dillon <dillon@apollo.backplane.com> Revision Changes Path 1.205 +30 -26 src/sys/kern/vfs_bio.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?199904070242.TAA54563>