From owner-cvs-sys Sun May 26 11:01:35 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06743 for cvs-sys-outgoing; Sun, 26 May 1996 11:01:35 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06717; Sun, 26 May 1996 11:01:21 -0700 (PDT) Date: Sun, 26 May 1996 11:01:21 -0700 (PDT) From: David Greenman Message-Id: <199605261801.LAA06717@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 davidg 96/05/26 11:01:20 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_pageout.c Log: Retrofitted a portion of rev 1.73: be sure to start inactive scan over if "next" page is no longer on the inactive queue. This fixes a potential panic during heavy paging. Revision Changes Path 1.51.4.4 +4 -1 src/sys/vm/vm_pageout.c