From owner-cvs-all Tue Apr 6 19:44:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14CA2154D4; Tue, 6 Apr 1999 19:44:15 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA54563; Tue, 6 Apr 1999 19:42:16 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199904070242.TAA54563@freefall.freebsd.org> From: Alan Cox Date: Tue, 6 Apr 1999 19:42:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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