From owner-cvs-sys Tue May 28 22:15:41 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA06813 for cvs-sys-outgoing; Tue, 28 May 1996 22:15:41 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA06796; Tue, 28 May 1996 22:15:35 -0700 (PDT) Date: Tue, 28 May 1996 22:15:35 -0700 (PDT) From: John Dyson Message-Id: <199605290515.WAA06796@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 22:15:34 Modified: sys/vm vm_pageout.c Log: After careful review by David Greenman and myself, David had found a case where blocking can occur, thereby giving other process's a chance to modify the queue where a page resides. This could cause numerous process and system failures. Revision Changes Path 1.74 +94 -59 src/sys/vm/vm_pageout.c