From owner-cvs-sys Sun Jun 9 17:25:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18885 for cvs-sys-outgoing; Sun, 9 Jun 1996 17:25:55 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18839; Sun, 9 Jun 1996 17:25:43 -0700 (PDT) Date: Sun, 9 Jun 1996 17:25:43 -0700 (PDT) From: John Dyson Message-Id: <199606100025.RAA18839@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/09 17:25:42 Modified: sys/vm vm_fault.c Log: Keep the vm_fault/vm_pageout from getting into an "infinite paging loop", by reserving "cached" pages before waking up the pageout daemon. This will reserve the faulted page, and keep the system from thrashing itself to death given this condition. Revision Changes Path 1.50 +7 -3 src/sys/vm/vm_fault.c