From owner-cvs-sys Thu May 23 22:19:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA21014 for cvs-sys-outgoing; Thu, 23 May 1996 22:19:25 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20972; Thu, 23 May 1996 22:19:17 -0700 (PDT) Date: Thu, 23 May 1996 22:19:17 -0700 (PDT) From: John Dyson Message-Id: <199605240519.WAA20972@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/23 22:19:17 Modified: sys/vm vm_pageout.c Log: Add apparently needed splvm protection to the active queue, and eliminate an unnecessary test for dirty pages if it is already known to be dirty. Revision Changes Path 1.72 +9 -2 src/sys/vm/vm_pageout.c