From owner-cvs-sys Tue May 28 23:33:46 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA11484 for cvs-sys-outgoing; Tue, 28 May 1996 23:33:46 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA11447; Tue, 28 May 1996 23:33:34 -0700 (PDT) Date: Tue, 28 May 1996 23:33:34 -0700 (PDT) From: John Dyson Message-Id: <199605290633.XAA11447@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/05/28 23:33:33 Modified: sys/vm vm_pageout.c Log: Correct some unfortunately chosen constants, otherwise, not enough pages are calculated for deferred allocation of swap pager data structures. This is a follow-on to the previous commit to this file. Revision Changes Path 1.75 +3 -4 src/sys/vm/vm_pageout.c