Date: Wed, 16 Oct 1996 20:04:46 -0700 (PDT) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <199610170304.UAA27400@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610170304.UAA27400>