From owner-cvs-sys Sun Jul 7 20:23:05 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA00863 for cvs-sys-outgoing; Sun, 7 Jul 1996 20:23:05 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA00845; Sun, 7 Jul 1996 20:22:57 -0700 (PDT) Date: Sun, 7 Jul 1996 20:22:57 -0700 (PDT) From: John Dyson Message-Id: <199607080322.UAA00845@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/07/07 20:22:56 Modified: sys/vm vm_pageout.c Log: Back-off on the previous commit, specifically remove the look-ahead optimization on the active queue scan. I will do this correctly later. Revision Changes Path 1.82 +3 -11 src/sys/vm/vm_pageout.c