From owner-cvs-sys Wed Oct 16 20:05:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA27428 for cvs-sys-outgoing; Wed, 16 Oct 1996 20:05:03 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA27400; Wed, 16 Oct 1996 20:04:46 -0700 (PDT) Date: Wed, 16 Oct 1996 20:04:46 -0700 (PDT) From: John Dyson Message-Id: <199610170304.UAA27400@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/10/16 20:04:46 Modified: sys/kern vfs_bio.c Log: Fix a problem that could cause msync (or many other things) to deadlock. The heuristic for managment of memory backing the buffer cache was nice, but didn't work due to some architectural problems. Simplify and improve the algorithm. Revision Changes Path 1.104 +40 -44 src/sys/kern/vfs_bio.c