From owner-cvs-sys Sat May 25 22:30:46 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA05202 for cvs-sys-outgoing; Sat, 25 May 1996 22:30:46 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA05187; Sat, 25 May 1996 22:30:35 -0700 (PDT) Date: Sat, 25 May 1996 22:30:35 -0700 (PDT) From: John Dyson Message-Id: <199605260530.WAA05187@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/05/25 22:30:34 Modified: sys/vm vm_fault.c Log: I think this covers (fixes) the last batch of freeing active/held/busy page problem. BY MISTAKE, the vm_page_unqueue (or equiv) was removed from the vm_fault code. Really bad things appear to happen if a page is on a queue while it is being faulted. Revision Changes Path 1.46 +3 -1 src/sys/vm/vm_fault.c